AXOM
Axom provides a robust, flexible software infrastructure for the development of multi-physics applications and computational tools.
axom::mint::CellInfo Struct Reference

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]
 

Detailed Description

Holds information associated with a given cell type.

Member Data Documentation

◆ cell_type

CellType axom::mint::CellInfo::cell_type

cell type, e.g. mint::QUAD, mint::HEX

◆ name

const char* axom::mint::CellInfo::name

the name associated with the cell

◆ blueprint_name

const char* axom::mint::CellInfo::blueprint_name

corresponding mesh blueprint name

◆ vtk_type

int axom::mint::CellInfo::vtk_type

corresponding vtk_type

◆ num_nodes

int axom::mint::CellInfo::num_nodes

number of nodes for the given cell

◆ num_faces

int axom::mint::CellInfo::num_faces

number of faces for the given cell

◆ face_nodecount

int axom::mint::CellInfo::face_nodecount[MAX_CELL_FACES]

number of nodes for each of cell's faces

◆ face_types

CellType axom::mint::CellInfo::face_types[MAX_CELL_FACES]

face type, e.g. mint::SEGMENT, mint::QUAD

◆ face_nodes

IndexType axom::mint::CellInfo::face_nodes[MAX_ALL_FACES_NODES]

nodes for each of cell's faces


The documentation for this struct was generated from the following file: