Namespace for helper functions that calculate derivatives of the local coordinates in the bulk elements wrt the local coordinates in the face element. More...
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.
Definition at line 320 of file Telements.cc.
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.
Definition at line 335 of file Telements.cc.
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 | ||
) |
Function for the sloping face.
Definition at line 349 of file Telements.cc.
Referenced by oomph::TElement< 2, NNODE_1D >::build_face_element().