a01508ddba
feat(meshGeneration): added variable mesh sizing to mesh generation
...
a higher resolution mesh is useful in the core of a polytrope, I updated the mesh generation script to make the center of the star much higher resolution
2025-03-03 09:52:35 -05:00
dfb65c1082
refactor(sphere.msh): increased base resolution of spherical mesh
2025-02-24 12:38:47 -05:00
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
08f810448c
fix(meshGeneration): changed file extension to vtk and 3D
2025-02-16 13:53:19 -05:00
64e6a745d0
fix(meshGeneration): changed from netgen to vtk as that format is better supported
2025-02-16 13:45:06 -05:00
490831d898
feat(meshGeneration): simple spherical mesh generation script
2025-02-16 13:35:09 -05:00