OGS
|
Definition at line 18 of file VertexRule.h.
#include <VertexRule.h>
Static Public Member Functions | |
static const Element * | getFace (const Element *, unsigned) |
Returns the i-th face of the element. | |
static bool | testElementNodeOrder (Element const &) |
Static Public Attributes | |
static const unsigned | dimension = 0u |
Constant: Dimension of this mesh element. | |
static const unsigned | n_faces = 0 |
Constant: The number of faces. | |
static const unsigned | n_edges = 0 |
Constant: The number of edges. | |
Returns the i-th face of the element.
Definition at line 31 of file VertexRule.h.
|
inlinestatic |
Checks if the node order of an element is correct by testing surface normals. For 0D elements this always returns true.
Definition at line 38 of file VertexRule.h.
|
static |
Constant: Dimension of this mesh element.
Definition at line 22 of file VertexRule.h.
|
static |
Constant: The number of edges.
Definition at line 28 of file VertexRule.h.
|
static |
Constant: The number of faces.
Definition at line 25 of file VertexRule.h.