OGS
|
Shape function for a triangle element of three nodes in natural coordinates
* 3 (0,1) * * * s | \ * | \ * | \ * *------* r * 1 (0,0) 2 (1,0) *
Definition at line 33 of file ShapeTri3.h.
#include <ShapeTri3.h>
Public Types | |
using | MeshElement = MeshLib::Tri |
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 55 of file ShapeTri3.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 ShapeTri3-impl.h.
|
static |
|
static |
Definition at line 56 of file ShapeTri3.h.
|
static |
Definition at line 57 of file ShapeTri3.h.
|
staticconstexpr |
Definition at line 58 of file ShapeTri3.h.