Deep-MI / LaPy

Toolbox for Differential Geometry on Triangle and Tetrahedra Meshes (FEM, Laplace, Poisson, Heat Flow ...)
MIT License
67 stars 14 forks source link

Can you provide Laplace-Beltrami operator on hexahedron meshes? #23

Closed LiChengChen666 closed 8 months ago

LiChengChen666 commented 1 year ago

Question/Support Request

...

Screenshots

...

Environment

m-reuter commented 1 year ago

Should be straight forward, we can put it on the Todo list. If anyone starts working on it, they can report here.

m-reuter commented 1 year ago

By the way often hex meshes are not pure, but a mix of hexahedra and tetrahedra. I think the best approach is to split each hexahedron into 5 tetrahedra as a pre-processing step?

m-reuter commented 8 months ago

closing this, as no one can work on it. And the interim solution is to reduce to tet-mesh. We can reopen as soon as anyone wants to work on it.