Namespace for the functions that translate local face coordinates to the coordinates in the bulk element. More...
Functions | |
void | face0 (const Vector< double > &s, Vector< double > &s_bulk) |
The translation scheme for the left face (s0 = -1.0) More... | |
void | face1 (const Vector< double > &s, Vector< double > &s_bulk) |
The translation scheme for the down face (s1 = -1.0) More... | |
void | face2 (const Vector< double > &s, Vector< double > &s_bulk) |
The translation scheme for the back face (s2 = -1.0) More... | |
void | face3 (const Vector< double > &s, Vector< double > &s_bulk) |
The translation scheme for the right face (s0 = 1.0) More... | |
void | face4 (const Vector< double > &s, Vector< double > &s_bulk) |
The translation scheme for the up face (s1 = 1.0) More... | |
void | face5 (const Vector< double > &s, Vector< double > &s_bulk) |
The translation scheme for the front face (s2 = 1.0) More... | |
Namespace for the functions that translate local face coordinates to the coordinates in the bulk element.
void oomph::QElement3FaceToBulkCoordinates::face0 | ( | const Vector< double > & | s, |
Vector< double > & | s_bulk | ||
) |
The translation scheme for the left face (s0 = -1.0)
Definition at line 153 of file Qelement_face_coordinate_translation_schemes.cc.
References s.
Referenced by oomph::QSpectralElement< 3, NNODE_1D >::build_face_element(), and oomph::QElement< 3, NNODE_1D >::face_to_bulk_coordinate_fct_pt().
void oomph::QElement3FaceToBulkCoordinates::face1 | ( | const Vector< double > & | s, |
Vector< double > & | s_bulk | ||
) |
The translation scheme for the down face (s1 = -1.0)
Definition at line 161 of file Qelement_face_coordinate_translation_schemes.cc.
References s.
Referenced by oomph::QSpectralElement< 3, NNODE_1D >::build_face_element(), and oomph::QElement< 3, NNODE_1D >::face_to_bulk_coordinate_fct_pt().
void oomph::QElement3FaceToBulkCoordinates::face2 | ( | const Vector< double > & | s, |
Vector< double > & | s_bulk | ||
) |
The translation scheme for the back face (s2 = -1.0)
Definition at line 169 of file Qelement_face_coordinate_translation_schemes.cc.
References s.
Referenced by oomph::QSpectralElement< 3, NNODE_1D >::build_face_element(), and oomph::QElement< 3, NNODE_1D >::face_to_bulk_coordinate_fct_pt().
void oomph::QElement3FaceToBulkCoordinates::face3 | ( | const Vector< double > & | s, |
Vector< double > & | s_bulk | ||
) |
The translation scheme for the right face (s0 = 1.0)
Definition at line 177 of file Qelement_face_coordinate_translation_schemes.cc.
References s.
Referenced by oomph::QSpectralElement< 3, NNODE_1D >::build_face_element(), and oomph::QElement< 3, NNODE_1D >::face_to_bulk_coordinate_fct_pt().
void oomph::QElement3FaceToBulkCoordinates::face4 | ( | const Vector< double > & | s, |
Vector< double > & | s_bulk | ||
) |
The translation scheme for the up face (s1 = 1.0)
Definition at line 185 of file Qelement_face_coordinate_translation_schemes.cc.
References s.
Referenced by oomph::QSpectralElement< 3, NNODE_1D >::build_face_element(), and oomph::QElement< 3, NNODE_1D >::face_to_bulk_coordinate_fct_pt().
void oomph::QElement3FaceToBulkCoordinates::face5 | ( | const Vector< double > & | s, |
Vector< double > & | s_bulk | ||
) |
The translation scheme for the front face (s2 = 1.0)
Definition at line 193 of file Qelement_face_coordinate_translation_schemes.cc.
References s.
Referenced by oomph::QSpectralElement< 3, NNODE_1D >::build_face_element(), and oomph::QElement< 3, NNODE_1D >::face_to_bulk_coordinate_fct_pt().