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 = 0.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::TElement1FaceToBulkCoordinates::face0 | ( | const Vector< double > & | s, |
Vector< double > & | s_bulk | ||
) |
The translation scheme for the face s0 = 0.0.
Definition at line 139 of file Telements.cc.
Referenced by oomph::TElement< 1, NNODE_1D >::build_face_element().
void oomph::TElement1FaceToBulkCoordinates::face1 | ( | const Vector< double > & | s, |
Vector< double > & | s_bulk | ||
) |
The translation scheme for the face s0 = 1.0.
Definition at line 145 of file Telements.cc.
Referenced by oomph::TElement< 1, NNODE_1D >::build_face_element().