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

Conforming simplex mesh export #313

Open
cburstedde opened this issue Jul 22, 2024 · 0 comments
Open

Conforming simplex mesh export #313

cburstedde opened this issue Jul 22, 2024 · 0 comments

Comments

@cburstedde
Copy link
Owner

On the branch feature-triangle, currently at bbdc4ce, there is code to generate a conforming triangle (2D) or tetrahedron (3D) mesh from an existing p4est. While the forest is non-conforming adaptive, the export connects simplices at their corners only. The corners are considered owned or shared nodes in the sense of p4est_lnodes.h, and the simplex export is in p4est_tnodes.h. There is still a lot of temporary/debugging code in that file, which is all subject to change.

This is a public alpha release, and the preprint will be coming out soon. Presently, we are looking for feedback on

  • the design of the data structure p4est_tnodes and its usability,
  • correctness of the data that we populate by p4est_tnodes_new_Q2_P1,
  • correctness of the VTK output (please see example/mesh/tnodes2.c).

To put the whole meshing pipeline together including adaptation and data transfer between meshes before/after adaptation/partitioning, there is a bit more code to write, which we will discuss separately.

Any feedback will be greatly apprecitated!

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

No branches or pull requests

1 participant