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

Constructing large 3D meshes #99

Closed
2 tasks
lukem12345 opened this issue Jun 14, 2024 · 0 comments · Fixed by #100
Closed
2 tasks

Constructing large 3D meshes #99

lukem12345 opened this issue Jun 14, 2024 · 0 comments · Fixed by #100
Assignees
Labels
enhancement New feature or request

Comments

@lukem12345
Copy link
Member

lukem12345 commented Jun 14, 2024

PR #60 added support for 3D dual complexes, building off PR #57 which added support for 3D simplicial sets.

Currently, we can thoroughly test 2D operators on meshes constructed programmatically or read in from .obj files.

In 3D, we can construct meshes by gluing single tetrahedra, or using the glue_sorted_tet_cube! function, which adds tesselated cubes to a mesh.

  • We should find a way to load in 3D tesselated spaces from whichever file formats are convenient. Hopefully we can keep using GeometryBasics.Mesh objects
  • We should add a helper function for creating meshes of many more tetrahedra, analagous to the triangulated_grid function.

This will enable larger scale tests of our differential operators in 3D.

@lukem12345 lukem12345 added the enhancement New feature or request label Jun 14, 2024
@lukem12345 lukem12345 self-assigned this Jun 14, 2024
@lukem12345 lukem12345 mentioned this issue Jun 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant