Classes | Namespaces | Functions
shape.h File Reference

Go to the source code of this file.

Classes

class  oomph::Shape
 
class  oomph::DShape
 
class  oomph::ShapeWithDeepCopy
 
class  oomph::OneDimensionalLegendreShape< NNODE_1D >
 Class that returns the shape functions associated with legendre. More...
 
class  oomph::OneDimensionalLegendreDShape< NNODE_1D >
 
class  oomph::OneDimensionalModalShape
 
class  oomph::OneDimensionalModalDShape
 

Namespaces

 oomph
 
 oomph::OneDimLagrange
 
 oomph::OneDimHermite
 One Dimensional Hermite shape functions.
 

Functions

template<unsigned NNODE_1D>
void oomph::OneDimLagrange::shape (const double &s, double *Psi)
 Definition for 1D Lagrange shape functions. The value of all the shape functions at the local coordinate s are returned in the array Psi. More...
 
template<unsigned NNODE_1D>
void oomph::OneDimLagrange::dshape (const double &s, double *DPsi)
 Definition for derivatives of 1D Lagrange shape functions. The value of all the shape function derivatives at the local coordinate s are returned in the array DPsi. More...
 
template<unsigned NNODE_1D>
void oomph::OneDimLagrange::d2shape (const double &s, double *DPsi)
 Definition for second derivatives of 1D Lagrange shape functions. The value of all the shape function derivatives at the local coordinate s are returned in the array DPsi. More...
 
template<>
void oomph::OneDimLagrange::shape< 2 > (const double &s, double *Psi)
 1D shape functions specialised to linear order (2 Nodes) More...
 
template<>
void oomph::OneDimLagrange::dshape< 2 > (const double &s, double *DPsi)
 Derivatives of 1D shape functions specialised to linear order (2 Nodes) More...
 
template<>
void oomph::OneDimLagrange::d2shape< 2 > (const double &s, double *DPsi)
 Second Derivatives of 1D shape functions, specialised to linear order (2 Nodes) More...
 
template<>
void oomph::OneDimLagrange::shape< 3 > (const double &s, double *Psi)
 1D shape functions specialised to quadratic order (3 Nodes) More...
 
template<>
void oomph::OneDimLagrange::dshape< 3 > (const double &s, double *DPsi)
 Derivatives of 1D shape functions specialised to quadratic order (3 Nodes) More...
 
template<>
void oomph::OneDimLagrange::d2shape< 3 > (const double &s, double *DPsi)
 
template<>
void oomph::OneDimLagrange::shape< 4 > (const double &s, double *Psi)
 1D shape functions specialised to cubic order (4 Nodes) More...
 
template<>
void oomph::OneDimLagrange::dshape< 4 > (const double &s, double *DPsi)
 Derivatives of 1D shape functions specialised to cubic order (4 Nodes) More...
 
template<>
void oomph::OneDimLagrange::d2shape< 4 > (const double &s, double *DPsi)
 
void oomph::OneDimHermite::shape (const double &s, double Psi[2][2])
 Constructor sets the values of the shape functions at the position s. More...
 
void oomph::OneDimHermite::dshape (const double &s, double DPsi[2][2])
 Derivatives of 1D Hermite shape functions. More...
 
void oomph::OneDimHermite::d2shape (const double &s, double DPsi[2][2])
 Second derivatives of the Hermite shape functions. More...