51 std::array<Node*, 4> nodes{};
52 for (
unsigned j = 0; j < 4; j++)
58 ERR(
"Error in MeshLib::Element::getFace() - Index {:d} does not exist.", i);
Definition of the Line class.
void ERR(fmt::format_string< Args... > fmt, Args &&... args)
Definition of the Node class.
Definition of the Quad class.
virtual const Node * getNode(unsigned idx) const =0
std::size_t getID() const
Returns the ID of the element.
static const Element * getFace(const Element *e, unsigned i)
Returns the i-th face of the element.
static const unsigned edge_nodes[12][2]
Constant: Local node index table for edge.
static const unsigned face_nodes[6][4]
Constant: Local node index table for faces.
static const unsigned n_faces
Constant: The number of faces.
TemplateElement< MeshLib::QuadRule4 > Quad