![]() |
|
Functions | |
| void | face0 (const Vector< double > &s, DenseMatrix< double > &dsbulk_dsface, unsigned &interior_direction) |
| Function for the "left" face along which s0 is fixed. More... | |
| void | face1 (const Vector< double > &s, DenseMatrix< double > &dsbulk_dsface, unsigned &interior_direction) |
| Function for the "bottom" face along which s1 is fixed. More... | |
| void | face2 (const Vector< double > &s, DenseMatrix< double > &dsbulk_dsface, unsigned &interior_direction) |
| Function for the sloping face. More... | |
Namespace for helper functions that calculate derivatives of the local coordinates in the bulk elements wrt the local coordinates in the face element.
| void oomph::TElement2BulkCoordinateDerivatives::face0 | ( | const Vector< double > & | s, |
| DenseMatrix< double > & | dsbulk_dsface, | ||
| unsigned & | interior_direction | ||
| ) |
Function for the "left" face along which s0 is fixed.
Referenced by oomph::TElement< 2, NNODE_1D >::build_face_element().
| void oomph::TElement2BulkCoordinateDerivatives::face1 | ( | const Vector< double > & | s, |
| DenseMatrix< double > & | dsbulk_dsface, | ||
| unsigned & | interior_direction | ||
| ) |
Function for the "bottom" face along which s1 is fixed.
Referenced by oomph::TElement< 2, NNODE_1D >::build_face_element().
| void oomph::TElement2BulkCoordinateDerivatives::face2 | ( | const Vector< double > & | s, |
| DenseMatrix< double > & | dsbulk_dsface, | ||
| unsigned & | interior_direction | ||
| ) |