Functions
oomph::QElement3FaceToBulkCoordinates Namespace Reference

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...
 

Detailed Description

Namespace for the functions that translate local face coordinates to the coordinates in the bulk element.

Function Documentation

◆ face0()

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().

◆ face1()

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().

◆ face2()

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().

◆ face3()

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().

◆ face4()

void oomph::QElement3FaceToBulkCoordinates::face4 ( const Vector< double > &  s,
Vector< double > &  s_bulk 
)

◆ face5()

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().