2025-02-16 13:35:09 -05:00
|
|
|
# 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
|
2025-04-30 07:26:58 -04:00
|
|
|
- meshio
|