OGS
|
Shape function for a 6-nodes triangle element
Definition at line 21 of file ShapeTri6.h.
#include <ShapeTri6.h>
Public Types | |
using | MeshElement = MeshLib::Tri6 |
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 = 2 |
Definition at line 43 of file ShapeTri6.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 25 of file ShapeTri6-impl.h.
|
static |
Evaluate the shape function at the given point
[in] | r | point coordinates |
[out] | N | a vector of calculated shape function. |
Definition at line 14 of file ShapeTri6-impl.h.
References NumLib::N.
|
static |
Definition at line 44 of file ShapeTri6.h.
|
static |
Definition at line 45 of file ShapeTri6.h.
|
staticconstexpr |
Definition at line 46 of file ShapeTri6.h.