OGS
|
Shape function for a point element in natural coordinates.
Definition at line 18 of file ShapePoint1.h.
#include <ShapePoint1.h>
Public Types | |
using | MeshElement = MeshLib::Point |
Static Public Member Functions | |
template<class T_X , class T_N > | |
static void | computeShapeFunction (const T_X &r, T_N &N) |
Static Public Attributes | |
static const unsigned | DIM = MeshElement::dimension |
static const unsigned | NPOINTS = MeshElement::n_all_nodes |
static constexpr int | ORDER = 0 |
Definition at line 28 of file ShapePoint1.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 ShapePoint1-impl.h.
References NumLib::N.
|
static |
Definition at line 29 of file ShapePoint1.h.
|
static |
Definition at line 30 of file ShapePoint1.h.
|
staticconstexpr |
Definition at line 31 of file ShapePoint1.h.