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 both faces – the bulk coordinate is fixed on both. More... | |
Namespace for helper functions that calculate derivatives of the local coordinates in the bulk elements wrt the local coordinates in the face element.
void oomph::TElement1BulkCoordinateDerivatives::faces0 | ( | const Vector< double > & | s, |
DenseMatrix< double > & | dsbulk_dsface, | ||
unsigned & | interior_direction | ||
) |
Function for both faces – the bulk coordinate is fixed on both.
Definition at line 160 of file Telements.cc.
Referenced by oomph::TElement< 1, NNODE_1D >::build_face_element().