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 face s0 = 0.  More... | |
| void | face1 (const Vector< double > &s, Vector< double > &s_bulk) | 
| The translation scheme for the face s1 = 0.  More... | |
| void | face2 (const Vector< double > &s, Vector< double > &s_bulk) | 
| The translation scheme for the face s2 = 0.  More... | |
Namespace for the functions that translate local face coordinates to the coordinates in the bulk element.
| void oomph::TElement2FaceToBulkCoordinates::face0 | ( | const Vector< double > & | s, | 
| Vector< double > & | s_bulk | ||
| ) | 
The translation scheme for the face s0 = 0.
Definition at line 290 of file Telements.cc.
References s.
Referenced by oomph::TElement< 2, NNODE_1D >::build_face_element().
| void oomph::TElement2FaceToBulkCoordinates::face1 | ( | const Vector< double > & | s, | 
| Vector< double > & | s_bulk | ||
| ) | 
The translation scheme for the face s1 = 0.
Definition at line 297 of file Telements.cc.
References s.
Referenced by oomph::TElement< 2, NNODE_1D >::build_face_element().
| void oomph::TElement2FaceToBulkCoordinates::face2 | ( | const Vector< double > & | s, | 
| Vector< double > & | s_bulk | ||
| ) | 
The translation scheme for the face s2 = 0.
Definition at line 304 of file Telements.cc.
References s.
Referenced by oomph::TElement< 2, NNODE_1D >::build_face_element().