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 1217 of file shape.h.
References s.
Referenced by oomph::QHermiteElement< DIM >::d2shape_local().
|
inline |
Derivatives of 1D Hermite shape functions.
Definition at line 1206 of file shape.h.
References s.
Referenced by oomph::QHermiteElement< DIM >::d2shape_local(), oomph::QHermiteElement< DIM >::dshape_local(), and oomph::DShape::operator=().
|
inline |
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(), oomph::Shape::operator=(), and oomph::QHermiteElement< DIM >::shape().