Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Volume mesh contains non-tetrahedron cells #212

Open
hadiiiil opened this issue Mar 20, 2024 · 0 comments
Open

Volume mesh contains non-tetrahedron cells #212

hadiiiil opened this issue Mar 20, 2024 · 0 comments

Comments

@hadiiiil
Copy link

Hi, I encountered this problem while trying to generate a volume mesh from a 3D array, which the resulted mesh had tetrahedron cells but also non-tetrahedron cells which is not good for the finite element analysis. I have tried to generate a surface mesh first and then use volume-from-surface-mesh but I encountered the same problem again which is non-tetrahedron cells exist.
I tried to use delaunay_filter = vtk.vtkDelaunay3D() to remove the non-tetrahedron cells but the result was that the mesh in not uniform or isotropic.

My question is, is there a way to fix this problem? and why does it raise? And if I can't avoid this issue how can I refine the mesh after removing the non-tetrahedron cells.

Screenshot 2024-03-20 122848

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant