Mesh reader library for OpenCMISS-iron
This library can convert the following mesh formats to OpenCMISS-iron node/element numbering schemes:
- CHeart X/T/B file format
- linear/quadratic triangles
- linear/quadratic quadrilaterals
- linear/quadratic tetrahedra
- linear/quadratic hexahedra
- Cubit file format
- TBD
Further mesh formats, interpolation orders and mesh types will follow, e.g.,
- exnode/exelem file format
- UGRID file format
- VTK file format
This library also adds some convenience functions for dealing with meshes. For example,
- GeneratedMesh_SurfaceWeightsGet - This function computes the nodal weights required to apply consistent nodal forces.
- ImportedMesh_SurfaceGet - This function gets all the nodes associated with a patch ID for imported meshes.
- Note: So far, only for CHeart mesh files.
- ImportedMesh_SurfaceWeightsGet - This function computes the nodal weights required to apply consistent nodal forces.
- Note: So far, only for CHeart mesh files.
Simply run the following commands:
- cmake .
- make
- make install