Functions
oomph::TElement1FaceToBulkCoordinates Namespace Reference

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

Detailed Description

Namespace for helper functions that return the local coordinates in the bulk elements.

Function Documentation

◆ face0()

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

◆ face1()

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