One Dimensional Hermite shape functions. More...
Functions | |
void | shape (const double &s, double Psi[2][2]) |
Constructor sets the values of the shape functions at the position s. More... | |
void | dshape (const double &s, double DPsi[2][2]) |
Derivatives of 1D Hermite shape functions. More... | |
void | d2shape (const double &s, double DPsi[2][2]) |
Second derivatives of the Hermite shape functions. More... | |
One Dimensional Hermite shape functions.
|
inline |
Second derivatives of the Hermite shape functions.
Definition at line 734 of file shape.h.
References s.
Referenced by oomph::QHermiteElement< DIM-1 >::d2shape_local().
|
inline |
Derivatives of 1D Hermite shape functions.
Definition at line 723 of file shape.h.
References s.
Referenced by oomph::QHermiteElement< DIM-1 >::d2shape_local(), and oomph::QHermiteElement< DIM-1 >::dshape_local().
|
inline |
Constructor sets the values of the shape functions at the position s.
Definition at line 711 of file shape.h.
References s.
Referenced by oomph::QHermiteElement< DIM-1 >::d2shape_local(), oomph::QHermiteElement< DIM-1 >::dshape_local(), and oomph::QHermiteElement< DIM-1 >::shape().