OGS
|
Shape function for a 4-nodes tetrahedral element
Definition at line 20 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 const unsigned | DIM = MeshElement::dimension |
static const unsigned | NPOINTS = MeshElement::n_all_nodes |
static constexpr int | ORDER = 1 |
Definition at line 42 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 23 of file ShapeTet4-impl.h.
|
static |
|
static |
Definition at line 43 of file ShapeTet4.h.
|
static |
Definition at line 44 of file ShapeTet4.h.
|
staticconstexpr |
Definition at line 45 of file ShapeTet4.h.