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