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 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.
{p.id}
{p.dimension}
Suggestions and contributions of problems and solvers are welcome on{" "} GitHub.
> ); }