luiswirth / formoniq

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

Lagrangian finite elements #1

Open luiswirth opened 2 weeks ago

luiswirth commented 2 weeks ago

The first and simplest thing we want to support is 1st order lagrangian finite elments for arbitrary dimensions. The Simplicial Lagrangian FE spaces in 2D from NumPDE should easily generalize to higher dimensions. This means we will have DoFs at all vertices of the mesh.

luiswirth commented 2 weeks ago

work is in progress