![]() |
OGS
|
|
Shape function for a 4-nodes tetrahedral element
Definition at line 14 of file ShapeTet4.h.
#include <ShapeTet4.h>
Public Types | |
| using | MeshElement = MeshLib::Tet |
Static Public Member Functions | |
| template<class T_X, class T_N> | |
| static void | computeShapeFunction (const T_X &r, T_N &N) |
| template<class T_X, class T_N> | |
| static void | computeGradShapeFunction (const T_X &r, T_N &dN) |
Static Public Attributes | |
| static constexpr std::array | reference_element_centre = {0.25, 0.25, 0.25} |
| static const unsigned | DIM = MeshElement::dimension |
| static const unsigned | NPOINTS = MeshElement::n_all_nodes |
| static constexpr int | ORDER = 1 |
Definition at line 38 of file ShapeTet4.h.
|
static |
Evaluate derivatives of the shape function at the given point The point coordinates in r are not used.
| [in] | r | point coordinates |
| [out] | dN | a matrix of the derivatives |
Definition at line 16 of file ShapeTet4-impl.h.
|
static |
|
static |
Definition at line 39 of file ShapeTet4.h.
|
static |
Definition at line 40 of file ShapeTet4.h.
|
staticconstexpr |
Definition at line 41 of file ShapeTet4.h.
|
staticconstexpr |
Definition at line 36 of file ShapeTet4.h.