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&
This commit is contained in:
2025-04-29 15:52:56 -04:00
parent ae5d61bd75
commit ec37fda35b
3 changed files with 27 additions and 33 deletions

View File