import { PROBLEMS } from "../../problems"; export function HomePage() { return ( <>
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 can be reproduced in the browser and submitted by pull request. See About for how measurement and submission work.
{p.id}
{p.dimension}
More problems are planned: further 2D problems (Helmholtz, time-dependent), 3D problems, and near-boundary evaluation variants. Suggestions and contributions are welcome on{" "} GitHub.
> ); }