48 Node const* nodes[1]);
Definition of the Element class.
Definition of mesh-related Enumerations.
Collects error flags for mesh elements.
static unsigned identifyFace(Node const *const *, Node const *nodes[1])
Returns the ID of a face given an array of nodes.
static ElementErrorCode validate(const Element *e)
static double computeVolume(Node const *const *element_nodes)
Calculates the length of a line.
static const unsigned n_neighbors
Constant: The number of neighbors.
static const unsigned n_base_nodes
Constant: The number of base nodes for this element.
static const MeshElemType mesh_elem_type
Constant: The geometric type of the element.
static bool isPntInElement(Node const *const *nodes, MathLib::Point3d const &pnt, double eps)
MeshElemType
Types of mesh elements supported by OpenGeoSys. Values are from VTKCellType enum.