|
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) |
| Second Derivatives of 1D shape functions, specialised to quadratic order (3 Nodes) More...
|
|
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) |
| Second Derivatives of 1D shape functions specialised to cubic order (4 Nodes) More...
|
|
template<unsigned NNODE_1D> |
void | oomph::OneDimDiscontinuousGalerkin::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::OneDimDiscontinuousGalerkin::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::OneDimDiscontinuousGalerkin::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::OneDimDiscontinuousGalerkin::shape< 2 > (const double &s, double *Psi) |
| 1D shape functions specialised to linear order (2 Nodes) More...
|
|
template<> |
void | oomph::OneDimDiscontinuousGalerkin::dshape< 2 > (const double &s, double *DPsi) |
| Derivatives of 1D shape functions specialised to linear order (2 Nodes) More...
|
|
template<> |
void | oomph::OneDimDiscontinuousGalerkin::d2shape< 2 > (const double &s, double *DPsi) |
| Second Derivatives of 1D shape functions, specialised to linear order (2 Nodes) More...
|
|
template<> |
void | oomph::OneDimDiscontinuousGalerkin::shape< 3 > (const double &s, double *Psi) |
| 1D shape functions specialised to quadratic order (3 Nodes) More...
|
|
template<> |
void | oomph::OneDimDiscontinuousGalerkin::dshape< 3 > (const double &s, double *DPsi) |
| Derivatives of 1D shape functions specialised to quadratic order (3 Nodes) More...
|
|
template<> |
void | oomph::OneDimDiscontinuousGalerkin::d2shape< 3 > (const double &s, double *DPsi) |
| Second Derivatives of 1D shape functions, specialised to quadratic order (3 Nodes) More...
|
|
template<> |
void | oomph::OneDimDiscontinuousGalerkin::shape< 4 > (const double &s, double *Psi) |
| 1D shape functions specialised to cubic order (4 Nodes) More...
|
|
template<> |
void | oomph::OneDimDiscontinuousGalerkin::dshape< 4 > (const double &s, double *DPsi) |
| Derivatives of 1D shape functions specialised to cubic order (4 Nodes) More...
|
|
template<> |
void | oomph::OneDimDiscontinuousGalerkin::d2shape< 4 > (const double &s, double *DPsi) |
| Second derivatives of 1D shape functions specialised to cubic order (4 nodes) More...
|
|
template<unsigned NNODE_1D> |
void | oomph::OneDimDiscontinuousGalerkinMixedOrderBasis::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::OneDimDiscontinuousGalerkinMixedOrderBasis::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::OneDimDiscontinuousGalerkinMixedOrderBasis::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::OneDimDiscontinuousGalerkinMixedOrderBasis::shape< 2 > (const double &s, double *Psi) |
| 1D shape functions specialised to linear order (2 Nodes) More...
|
|
template<> |
void | oomph::OneDimDiscontinuousGalerkinMixedOrderBasis::dshape< 2 > (const double &s, double *DPsi) |
| Derivatives of 1D shape functions specialised to linear order (2 Nodes) More...
|
|
template<> |
void | oomph::OneDimDiscontinuousGalerkinMixedOrderBasis::d2shape< 2 > (const double &s, double *DPsi) |
| Second Derivatives of 1D shape functions, specialised to linear order (2 Nodes) More...
|
|
template<> |
void | oomph::OneDimDiscontinuousGalerkinMixedOrderBasis::shape< 3 > (const double &s, double *Psi) |
| 1D shape functions specialised to quadratic order (3 Nodes) More...
|
|
template<> |
void | oomph::OneDimDiscontinuousGalerkinMixedOrderBasis::dshape< 3 > (const double &s, double *DPsi) |
| Derivatives of 1D shape functions specialised to quadratic order (3 Nodes) More...
|
|
template<> |
void | oomph::OneDimDiscontinuousGalerkinMixedOrderBasis::d2shape< 3 > (const double &s, double *DPsi) |
| Second Derivatives of 1D shape functions, specialised to quadratic order (3 Nodes) More...
|
|
template<> |
void | oomph::OneDimDiscontinuousGalerkinMixedOrderBasis::shape< 4 > (const double &s, double *Psi) |
| 1D shape functions specialised to cubic order (4 Nodes) More...
|
|
template<> |
void | oomph::OneDimDiscontinuousGalerkinMixedOrderBasis::dshape< 4 > (const double &s, double *DPsi) |
| Derivatives of 1D shape functions specialised to cubic order (4 Nodes) More...
|
|
template<> |
void | oomph::OneDimDiscontinuousGalerkinMixedOrderBasis::d2shape< 4 > (const double &s, double *DPsi) |
| Second derivatives of 1D shape functions specialised to cubic order (4 nodes) More...
|
|
template<unsigned NNODE_1D> |
void | oomph::OneDimDiscontinuousGalerkinMixedOrderTest::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::OneDimDiscontinuousGalerkinMixedOrderTest::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::OneDimDiscontinuousGalerkinMixedOrderTest::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::OneDimDiscontinuousGalerkinMixedOrderTest::shape< 2 > (const double &s, double *Psi) |
| 1D shape functions specialised to linear order (2 Nodes) More...
|
|
template<> |
void | oomph::OneDimDiscontinuousGalerkinMixedOrderTest::dshape< 2 > (const double &s, double *DPsi) |
| Derivatives of 1D shape functions specialised to linear order (2 Nodes) More...
|
|
template<> |
void | oomph::OneDimDiscontinuousGalerkinMixedOrderTest::d2shape< 2 > (const double &s, double *DPsi) |
| Second Derivatives of 1D shape functions, specialised to linear order (2 Nodes) More...
|
|
template<> |
void | oomph::OneDimDiscontinuousGalerkinMixedOrderTest::shape< 3 > (const double &s, double *Psi) |
| 1D shape functions specialised to quadratic order (3 Nodes) More...
|
|
template<> |
void | oomph::OneDimDiscontinuousGalerkinMixedOrderTest::dshape< 3 > (const double &s, double *DPsi) |
| Derivatives of 1D shape functions specialised to quadratic order (3 Nodes) More...
|
|
template<> |
void | oomph::OneDimDiscontinuousGalerkinMixedOrderTest::d2shape< 3 > (const double &s, double *DPsi) |
| Second Derivatives of 1D shape functions, specialised to quadratic order (3 Nodes) More...
|
|
template<> |
void | oomph::OneDimDiscontinuousGalerkinMixedOrderTest::shape< 4 > (const double &s, double *Psi) |
| 1D shape functions specialised to cubic order (4 Nodes) More...
|
|
template<> |
void | oomph::OneDimDiscontinuousGalerkinMixedOrderTest::dshape< 4 > (const double &s, double *DPsi) |
| Derivatives of 1D shape functions specialised to cubic order (4 Nodes) More...
|
|
template<> |
void | oomph::OneDimDiscontinuousGalerkinMixedOrderTest::d2shape< 4 > (const double &s, double *DPsi) |
| Second derivatives of 1D shape functions specialised to cubic order (4 nodes) More...
|
|
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...
|
|