Files
SERiF/utils/meshGeneration
Emily Boudreaux 1713f6cb08 fix(utils/meshGeneration): changed mesh format to gmsh 2.2
meshio writes vtk version 9 but mfem only supports up to version 4, so we changed to gmsh version 2.2 which is supported
2025-02-16 15:07:20 -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
  • meshio