OGS
|
Shape function for a quadrilateral element of four nodes in natural coordinates
* 2 (-1,1) 1 (1,1) * *--------* * | | * | | * | | * *--------* * 3 (-1,-1) 4 (1,-1) *
Definition at line 33 of file ShapeQuad4.h.
#include <ShapeQuad4.h>
Public Types | |
using | MeshElement = MeshLib::Quad |
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 54 of file ShapeQuad4.h.
|
static |
Evaluate derivatives of the shape function at the given point
[in] | r | point coordinates |
[out] | dN | a matrix of the derivatives |
Definition at line 25 of file ShapeQuad4-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 16 of file ShapeQuad4-impl.h.
References NumLib::N.
|
static |
Definition at line 55 of file ShapeQuad4.h.
|
static |
Definition at line 56 of file ShapeQuad4.h.
|
staticconstexpr |
Definition at line 57 of file ShapeQuad4.h.