Definition of the Element class.
Definition of mesh-related Enumerations.
Collects error flags for mesh elements.
static const MeshElemType mesh_elem_type
Constant: The geometric type of the element.
static const unsigned n_neighbors
Constant: The number of neighbors.
static ElementErrorCode validate(const Element *e)
static const unsigned n_edges
Constant: The number of edges.
static bool isPntInElement(Node const *const *nodes, MathLib::Point3d const &pnt, double eps)
static const unsigned n_faces
Constant: The number of faces.
static const unsigned n_base_nodes
Constant: The number of base nodes for this element.
static double computeVolume(Node const *const *element_nodes)
MeshElemType
Types of mesh elements supported by OpenGeoSys. Values are from VTKCellType enum.