luiswirth / formoniq

Arbitrary Dimension Finite Element Exterior Calculus in Rust
0 stars 0 forks source link

measure convergence #10

Open luiswirth opened 1 week ago

luiswirth commented 1 week ago

Now after creating poisson{1d,2d} examples, we should measure the convergence of the solution as the mesh width h goes to 0. For this we need to compute relevant error norms like L^2, H^1, and L^oo. For this I need to implement a FeFunction that can be integrated (using quadrature).

luiswirth commented 2 days ago

we are currently able to compute the L^2 norm using trapezoidal quadrature