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 back and front faces, along which s0 is fixed. More... | |
void | faces1 (const Vector< double > &s, DenseMatrix< double > &dsbulk_dsface, unsigned &interior_direction) |
Function for the up and down faces, along which s1 is fixed. More... | |
void | faces2 (const Vector< double > &s, DenseMatrix< double > &dsbulk_dsface, unsigned &interior_direction) |
Function for the left and right faces, along which s2 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::QElement3BulkCoordinateDerivatives::faces0 | ( | const Vector< double > & | s, |
DenseMatrix< double > & | dsbulk_dsface, | ||
unsigned & | interior_direction | ||
) |
Function for the back and front faces, along which s0 is fixed.
Definition at line 210 of file Qelement_face_coordinate_translation_schemes.cc.
Referenced by oomph::QSpectralElement< 3, NNODE_1D >::build_face_element(), and oomph::QElement< 3, NNODE_1D >::bulk_coordinate_derivatives_fct_pt().
void oomph::QElement3BulkCoordinateDerivatives::faces1 | ( | const Vector< double > & | s, |
DenseMatrix< double > & | dsbulk_dsface, | ||
unsigned & | interior_direction | ||
) |
Function for the up and down faces, along which s1 is fixed.
Definition at line 230 of file Qelement_face_coordinate_translation_schemes.cc.
Referenced by oomph::QSpectralElement< 3, NNODE_1D >::build_face_element(), and oomph::QElement< 3, NNODE_1D >::bulk_coordinate_derivatives_fct_pt().
void oomph::QElement3BulkCoordinateDerivatives::faces2 | ( | const Vector< double > & | s, |
DenseMatrix< double > & | dsbulk_dsface, | ||
unsigned & | interior_direction | ||
) |
Function for the left and right faces, along which s2 is fixed.
Definition at line 249 of file Qelement_face_coordinate_translation_schemes.cc.
Referenced by oomph::QSpectralElement< 3, NNODE_1D >::build_face_element(), and oomph::QElement< 3, NNODE_1D >::bulk_coordinate_derivatives_fct_pt().