![]() |
OGS
|
|
Shape function for a 6-nodes prism element in natural coordinates
Definition at line 15 of file ShapePrism6.h.
#include <ShapePrism6.h>
Public Types | |
| using | MeshElement = MeshLib::Prism |
Static Public Member Functions | |
| template<class T_X, class T_N> | |
| static void | computeShapeFunction (const T_X &x, T_N &N) |
| template<class T_X, class T_N> | |
| static void | computeGradShapeFunction (const T_X &x, T_N &dN) |
Static Public Attributes | |
| static constexpr std::array | reference_element_centre |
| static const unsigned | DIM = MeshElement::dimension |
| static const unsigned | NPOINTS = MeshElement::n_all_nodes |
| static constexpr int | ORDER = 1 |
Definition at line 39 of file ShapePrism6.h.
|
static |
Evaluate derivatives of the shape function at the given point
| [in] | x | natural coordinates (r,s,t) |
| [out] | dN | a matrix of the derivatives |
Definition at line 21 of file ShapePrism6-impl.h.
|
static |
Evaluate the shape function at the given point
| [in] | x | natural coordinates (r,s,t) |
| [out] | N | a vector of calculated shape functions |
Definition at line 7 of file ShapePrism6-impl.h.
References NumLib::N.
|
static |
Definition at line 40 of file ShapePrism6.h.
|
static |
Definition at line 41 of file ShapePrism6.h.
|
staticconstexpr |
Definition at line 42 of file ShapePrism6.h.
|
staticconstexpr |
Definition at line 36 of file ShapePrism6.h.