Namespace for helper functions that return the local coordinates in the bulk elements. More...
Functions | |
void | face0 (const Vector< double > &s, Vector< double > &s_bulk) |
The translation scheme for the face s0 = -1.0. More... | |
void | face1 (const Vector< double > &s, Vector< double > &s_bulk) |
The translation scheme for the face s0 = 1.0. More... | |
Namespace for helper functions that return the local coordinates in the bulk elements.
void oomph::QElement1FaceToBulkCoordinates::face0 | ( | const Vector< double > & | s, |
Vector< double > & | s_bulk | ||
) |
The translation scheme for the face s0 = -1.0.
Definition at line 38 of file Qelement_face_coordinate_translation_schemes.cc.
Referenced by oomph::QHermiteElement< DIM >::build_face_element(), oomph::QSpectralElement< 1, NNODE_1D >::build_face_element(), oomph::BrickFromTetMesh< ELEMENT >::build_mesh(), and oomph::QElement< 1, NNODE_1D >::face_to_bulk_coordinate_fct_pt().
void oomph::QElement1FaceToBulkCoordinates::face1 | ( | const Vector< double > & | s, |
Vector< double > & | s_bulk | ||
) |
The translation scheme for the face s0 = 1.0.
Definition at line 44 of file Qelement_face_coordinate_translation_schemes.cc.
Referenced by oomph::QHermiteElement< DIM >::build_face_element(), oomph::QSpectralElement< 1, NNODE_1D >::build_face_element(), oomph::BrickFromTetMesh< ELEMENT >::build_mesh(), and oomph::QElement< 1, NNODE_1D >::face_to_bulk_coordinate_fct_pt().