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 | faces0 (const Vector< double > &s, DenseMatrix< double > &dsbulk_dsface, unsigned &interior_direction) |
Function for the east and west faces, along which s0 is fixed. More... | |
void | faces1 (const Vector< double > &s, DenseMatrix< double > &dsbulk_dsface, unsigned &interior_direction) |
Function for the north and south faces, along which s1 is fixed. 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::QElement2BulkCoordinateDerivatives::faces0 | ( | const Vector< double > & | s, |
DenseMatrix< double > & | dsbulk_dsface, | ||
unsigned & | interior_direction | ||
) |
Function for the east and west faces, along which s0 is fixed.
Definition at line 116 of file Qelement_face_coordinate_translation_schemes.cc.
Referenced by oomph::QHermiteElement< DIM >::build_face_element(), oomph::QSpectralElement< 2, NNODE_1D >::build_face_element(), and oomph::QElement< 2, NNODE_1D >::bulk_coordinate_derivatives_fct_pt().
void oomph::QElement2BulkCoordinateDerivatives::faces1 | ( | const Vector< double > & | s, |
DenseMatrix< double > & | dsbulk_dsface, | ||
unsigned & | interior_direction | ||
) |
Function for the north and south faces, along which s1 is fixed.
Definition at line 131 of file Qelement_face_coordinate_translation_schemes.cc.
Referenced by oomph::QHermiteElement< DIM >::build_face_element(), oomph::QSpectralElement< 2, NNODE_1D >::build_face_element(), and oomph::QElement< 2, NNODE_1D >::bulk_coordinate_derivatives_fct_pt().