60 Node const* nodes[1]);
Definition of the Element class.
Definition of mesh-related Enumerations.
Collects error flags for mesh elements.
Returns always null pointer.
static bool isPntInElement(Node const *const *nodes, MathLib::Point3d const &pnt, double eps)
static ElementErrorCode validate(const Element *e)
Tests if the element is geometrically valid.
static const MeshElemType mesh_elem_type
Constant: The geometric type of the element.
static const unsigned edge_nodes[1][1]
Constant: Local node index table for edge.
static unsigned identifyFace(Node const *const *, Node const *nodes[1])
Returns the ID of a face given an array of nodes.
static const CellType cell_type
Constant: The FEM type of the element.
static const unsigned n_base_nodes
Constant: The number of base nodes for this element.
static const unsigned n_neighbors
Constant: The number of neighbors.
static double computeVolume(Node const *const *element_nodes)
Calculates the length of a line.
static const unsigned n_all_nodes
Constant: The number of all nodes for this element.
CellType
Types of mesh elements supported by OpenGeoSys.
MeshElemType
Types of mesh elements supported by OpenGeoSys. Values are from VTKCellType enum.