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

On the possibility of extracting a mesh from min_energy_nodes #21

Open
RomanLF opened this issue Jan 24, 2022 · 2 comments
Open

On the possibility of extracting a mesh from min_energy_nodes #21

RomanLF opened this issue Jan 24, 2022 · 2 comments

Comments

@RomanLF
Copy link

RomanLF commented Jan 24, 2022

Hello,

I recently asked myself, for plot utilites and node refinement in a 3D domain if it was possible to extract a unstructured triangular mesh from the nodes and normals returned by the function min_energy_nodes. As we extract the normals I guess triangulation is involved in the process. Is there a way to recover a whole mesh by applying min_energy_nodes ?

Best regards,

Roman

@treverhines
Copy link
Owner

The only mesh used by min_energy_nodes is the user-specified collection of facets to define the domain boundary. That is where the surface normal vectors come from. If you want a mesh for the entire domain, perhaps you could use a constrained Delaunay triangulation from some other meshing/computational geometry package.

@RomanLF
Copy link
Author

RomanLF commented Apr 11, 2022

Hello,

Thank you for your answer.

Roman

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

2 participants