Home
last modified time | relevance | path

Searched refs:NUM_MESH_TYPES (Results 1 – 2 of 2) sorted by relevance

/dports/science/axom/axom-0.6.1/src/axom/mint/mesh/
H A DMeshTypes.hpp28 NUM_MESH_TYPES ///< NUM_MESH_TYPES enumerator
H A DMesh.hpp832 return ((m_type >= 0) && (m_type < mint::NUM_MESH_TYPES)); in validMeshType()