AlgebraicJulia / AlgebraicJulia/CombinatorialSpaces.jl
Add more mesh creation examples to docs
- Vorherrschende Sprache
- Julia
- Sterne
- 46
- Forks
- 6
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
Currently, CombinatorialSpaces and Decapodes demonstrate mesh creation/ import throughout the tests and docs, with a catalogue [here](https://www.cise.ufl.edu/~luke.morris/2_4_2025/build/concepts/meshes/). CombinatorialSpaces has an API for natively creating meshes by gluing triangles, but for complex mesh creation use cases, we advise users to create their mesh in any software of their choice, and import via `.obj` files.
However, modelers who are not used to creating a mesh in any tool find it hard to get started.
So, we should demonstrate some recommended ways of creating meshes that users can copy, so they are less overwhelmed with choice. We should also point to external walkthroughs on how to create .obj files.
We would especially benefit from further tetrahedral mesh/ "tetramesh"/ "hypermesh" examples. [A test](https://github.com/AlgebraicJulia/CombinatorialSpaces.jl/blob/0e23a0f4f818e48d35d219c239554fe29c72799d/test/MeshInterop.jl#L57) currently demonstrates how to use TetGen.jl on a Meshes.jl quadrilateral, copied from the TetGen README.
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.