Go to the source code of this file.
Classes | |
class | oomph::PoroelasticityFaceElement< ELEMENT > |
A class for elements that allow the imposition of an applied pressure in the Darcy equations. The geometrical information can be read from the FaceGeometry<ELEMENT> class and and thus, we can be generic enough without the need to have a separate equations class. More... | |
Namespaces | |
oomph | |
//////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////// | |
oomph::PoroelasticityFaceElementHelper | |
Namespace containing the zero pressure function for Darcy pressure elements. | |
Functions | |
void | oomph::PoroelasticityFaceElementHelper::Zero_traction_fct (const double &time, const Vector< double > &x, const Vector< double > &N, Vector< double > &load) |
Default load function (zero traction) More... | |
void | oomph::PoroelasticityFaceElementHelper::Zero_pressure_fct (const double &time, const Vector< double > &x, const Vector< double > &N, double &load) |
Default load function (zero pressure) More... | |