Files
SERiF/utils/meshGeneration
Emily Boudreaux ec37fda35b feat(meshIO): framework for handling curvilinear meshes
meshIO now has a framework to set the curvature of an input mesh. This is still an early and incomplete implimentation. This has also changed the call signature a bit for GetMesh as that now returns a reference to the mesh (which is fully owned by the meshIO object)

BREAKING CHANGE: all calls to meshIO::GetMesh now must expect a mfem::Mesh&
2025-04-29 15:52:56 -04: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