feat(meshGeneration): simple spherical mesh generation script

This commit is contained in:
2025-02-16 13:35:09 -05:00
parent 1f7cb1033d
commit 490831d898
3 changed files with 631 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# spherical mesh generation
A simple script to generate the base spherical mesh which 4DSSE uses to solve equations.
This will produce a unit sphere mesh centered on (0, 0, 0) which can be rescaled within the
4DSSE program.
## Dependecies
- pygmsh
- meshio