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. | |
void | dshape (const double &s, double DPsi[2][2]) |
Derivatives of 1D Hermite shape functions. | |
void | d2shape (const double &s, double DPsi[2][2]) |
Second derivatives of the Hermite shape functions. | |
One Dimensional Hermite shape functions.
Second derivatives of the Hermite shape functions.
Definition at line 1217 of file shape.h.
References s.
Referenced by oomph::QHermiteElement< DIM >::d2shape_local().
Derivatives of 1D Hermite shape functions.
Definition at line 1206 of file shape.h.
References s.
Referenced by oomph::QHermiteElement< DIM >::d2shape_local(), and oomph::QHermiteElement< DIM >::dshape_local().
Constructor sets the values of the shape functions at the position s.
Definition at line 1194 of file shape.h.
References s.
Referenced by oomph::QHermiteElement< DIM >::d2shape_local(), oomph::QHermiteElement< DIM >::dshape_local(), and oomph::QHermiteElement< DIM >::shape().