luiswirth / formoniq

Rust Implementation of Finite Element Exterior Calculus on Coordinate-Free Simplicial Manifolds
4 stars 0 forks source link

fix 3D and higher #28

Open luiswirth opened 3 months ago

luiswirth commented 3 months ago

in 3d our solutions are wrong. at least for poisson

luiswirth commented 3 months ago

check linear advection in 3d to check if problem is deep or just affects laplacian

luiswirth commented 1 week ago

it's pretty surprising that this bug persists, even though we rewrote pretty much the whole implementation by making it coordinate-free... Maybe something is wrong with the hyperbox mesh? We could check by using a different mesh e.g. gmsh or delaunay.