Go to the source code of this file.
Classes | |
class | oomph::SolidTractionElement< ELEMENT > |
A class for elements that allow the imposition of an applied traction in the principle of virtual displacements. 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... | |
class | oomph::RefineableSolidTractionElement< ELEMENT > |
////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////// More... | |
class | oomph::FSISolidTractionElement< ELEMENT, DIM > |
////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////// More... | |
class | oomph::RefineableFSISolidTractionElement< ELEMENT, DIM > |
////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////// More... | |
class | oomph::ImposeDisplacementByLagrangeMultiplierElement< ELEMENT > |
///////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////// More... | |
class | oomph::RefineableImposeDisplacementByLagrangeMultiplierElement< ELEMENT > |
///////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////// More... | |
class | oomph::FSIImposeDisplacementByLagrangeMultiplierElement< ELEMENT > |
///////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////// More... | |
class | oomph::RefineableFSIImposeDisplacementByLagrangeMultiplierElement< ELEMENT > |
///////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////// More... | |
Namespaces | |
oomph | |
//////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////// | |
oomph::SolidTractionElementHelper | |
Namespace containing the zero traction function for solid traction elements. | |
Functions | |
void | oomph::SolidTractionElementHelper::Zero_traction_fct (const Vector< double > &xi, const Vector< double > &x, const Vector< double > &N, Vector< double > &load) |
Default load function (zero traction) More... | |