Functions
oomph::QElement3BulkCoordinateDerivatives Namespace Reference

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

Functions

void faces0 (const Vector< double > &s, DenseMatrix< double > &dsbulk_dsface, unsigned &interior_direction)
 Function for the back and front faces, along which s0 is fixed. More...
 
void faces1 (const Vector< double > &s, DenseMatrix< double > &dsbulk_dsface, unsigned &interior_direction)
 Function for the up and down faces, along which s1 is fixed. More...
 
void faces2 (const Vector< double > &s, DenseMatrix< double > &dsbulk_dsface, unsigned &interior_direction)
 Function for the left and right faces, along which s2 is fixed. 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

◆ faces0()

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

◆ faces1()

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

◆ faces2()

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