Functions
oomph::TElement2BulkCoordinateDerivatives Namespace Reference

Functions

void face0 (const Vector< double > &s, DenseMatrix< double > &dsbulk_dsface, unsigned &interior_direction)
 Function for the "left" face along which s0 is fixed. More...
 
void face1 (const Vector< double > &s, DenseMatrix< double > &dsbulk_dsface, unsigned &interior_direction)
 Function for the "bottom" face along which s1 is fixed. More...
 
void face2 (const Vector< double > &s, DenseMatrix< double > &dsbulk_dsface, unsigned &interior_direction)
 Function for the sloping face. More...
 

Detailed Description

Namespace for helper functions that calculate derivatives of the local coordinates in the bulk elements wrt the local coordinates in the face element.

Function Documentation

◆ face0()

void oomph::TElement2BulkCoordinateDerivatives::face0 ( const Vector< double > &  s,
DenseMatrix< double > &  dsbulk_dsface,
unsigned &  interior_direction 
)

Function for the "left" face along which s0 is fixed.

Definition at line 326 of file Telements.cc.

Referenced by oomph::TElement< 2, NNODE_1D >::build_face_element().

◆ face1()

void oomph::TElement2BulkCoordinateDerivatives::face1 ( const Vector< double > &  s,
DenseMatrix< double > &  dsbulk_dsface,
unsigned &  interior_direction 
)

Function for the "bottom" face along which s1 is fixed.

Definition at line 341 of file Telements.cc.

Referenced by oomph::TElement< 2, NNODE_1D >::build_face_element().

◆ face2()

void oomph::TElement2BulkCoordinateDerivatives::face2 ( const Vector< double > &  s,
DenseMatrix< double > &  dsbulk_dsface,
unsigned &  interior_direction 
)

Function for the sloping face.

Definition at line 355 of file Telements.cc.

Referenced by oomph::TElement< 2, NNODE_1D >::build_face_element().