Definition of the Element class.
static unsigned identifyFace(Node const *const *element_nodes, Node const *nodes[ElementRule::dimension])
Returns the ID of a face given an array of nodes.
Returns linear order edge.
static const unsigned face_nodes[5][4]
Constant: Local node index table for faces.
static const unsigned n_face_nodes[5]
Constant: Table for the number of nodes for each face.
static unsigned identifyFace(Node const *const *element_nodes, Node const *nodes[3])
Returns the ID of a face given an array of nodes.
static const unsigned n_all_nodes
Constant: The number of all nodes for this element.
static const Element * getFace(const Element *e, unsigned i)
Returns the i-th face of the element.
static const CellType cell_type
Constant: The FEM type of the element.
static const unsigned edge_nodes[8][2]
Constant: Local node index table for edge.
CellType
Types of mesh elements supported by OpenGeoSys.