|
AXOM
Axom provides a robust, flexible software infrastructure for the development of multi-physics applications and computational tools.
|
Holds information associated with a given cell type. More...
#include </home/docs/checkouts/readthedocs.org/user_builds/axom/checkouts/develop/src/axom/mint/mesh/CellTypes.hpp>
Public Attributes | |
| CellType | cell_type |
| const char * | name |
| const char * | blueprint_name |
| int | vtk_type |
| int | num_nodes |
| int | num_faces |
| int | face_nodecount [MAX_CELL_FACES] |
| CellType | face_types [MAX_CELL_FACES] |
| IndexType | face_nodes [MAX_ALL_FACES_NODES] |
Holds information associated with a given cell type.
| CellType axom::mint::CellInfo::cell_type |
cell type, e.g. mint::QUAD, mint::HEX
| const char* axom::mint::CellInfo::name |
the name associated with the cell
| const char* axom::mint::CellInfo::blueprint_name |
corresponding mesh blueprint name
| int axom::mint::CellInfo::vtk_type |
corresponding vtk_type
| int axom::mint::CellInfo::num_nodes |
number of nodes for the given cell
| int axom::mint::CellInfo::num_faces |
number of faces for the given cell
| int axom::mint::CellInfo::face_nodecount[MAX_CELL_FACES] |
number of nodes for each of cell's faces
| CellType axom::mint::CellInfo::face_types[MAX_CELL_FACES] |
face type, e.g. mint::SEGMENT, mint::QUAD
| IndexType axom::mint::CellInfo::face_nodes[MAX_ALL_FACES_NODES] |
nodes for each of cell's faces