OGS
|
Definition at line 18 of file EdgeRule.h.
#include <EdgeRule.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 = 1u |
Constant: Dimension of this mesh element. | |
static const unsigned | n_faces = 0 |
Constant: The number of faces. | |
static const unsigned | n_edges = 1 |
Constant: The number of edges. | |
Returns the i-th face of the element.
Definition at line 31 of file EdgeRule.h.
|
inlinestatic |
Checks if the node order of an element is correct by testing surface normals. For 1D elements this always returns true.
Definition at line 37 of file EdgeRule.h.
|
static |
Constant: Dimension of this mesh element.
Definition at line 22 of file EdgeRule.h.
|
static |
Constant: The number of edges.
Definition at line 28 of file EdgeRule.h.
|
static |
Constant: The number of faces.
Definition at line 25 of file EdgeRule.h.