import { PROBLEMS } from "../../problems"; export function HomePage() { return ( <>

fastandaccurate

Speed and accuracy benchmarks for PDE solvers

Each problem is posed in the continuum with an exact or highly accurate reference solution; a solver chooses its own discretization and is compared by work-precision curves, error against compute time. Results are submitted by pull request, and solvers included on the site can be rerun in the browser for comparison. See{" "} About for how measurement and submission work.

Problems

{PROBLEMS.map((p) => (
{p.id} {p.dimension}
{p.summary}
{p.instanceCount} instances · {p.solverCount} solvers · ground truth: {p.groundTruth}
))}

Suggestions and contributions of problems and solvers are welcome on{" "} GitHub.

); }