Agent skill

solver-benchmark-multisolvercomparator

Sub-skill of solver-benchmark: MultiSolverComparator (+1).

Stars 4
Forks 4

Install this agent skill to your Project

npx add-skill https://github.com/vamseeachanta/workspace-hub/tree/main/.claude/skills/_archive/engineering/marine-offshore/solver-benchmark/multisolvercomparator

SKILL.md

MultiSolverComparator (+1)

MultiSolverComparator

python
from digitalmodel.hydrodynamics.diffraction import (
    MultiSolverComparator,
    BenchmarkReport,
)

# Compare results from different solvers
comparator = MultiSolverComparator(
    solver_results={
        "AQWA": aqwa_results,

*See sub-skills for full details.*

## BenchmarkPlotter


```python
from digitalmodel.hydrodynamics.diffraction import BenchmarkPlotter

# Create overlay plots
plotter = BenchmarkPlotter(
    solver_results=solver_results,
    output_dir=Path("plots"),
    x_axis="period",  # or "frequency"
)


*See sub-skills for full details.*

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results