Classes | Namespaces
linear_elasticity_elements.h File Reference

Go to the source code of this file.

Classes

class  oomph::LinearElasticityEquationsBase< DIM >
 A base class for elements that solve the equations of linear elasticity in Cartesian coordinates. Combines a few generic functions that are shared by LinearElasticityEquations and LinearElasticityEquationsWithPressure (hierher: The latter don't exist yet but will be written as soon as somebody needs them...) More...
 
class  oomph::LinearElasticityEquations< DIM >
 A class for elements that solve the equations of linear elasticity in cartesian coordinates. More...
 
class  oomph::QLinearElasticityElement< DIM, NNODE_1D >
 An Element that solves the equations of linear elasticity in Cartesian coordinates, using QElements for the geometry. More...
 
class  oomph::FaceGeometry< QLinearElasticityElement< 2, 2 > >
 FaceGeometry of a linear 2D QLinearElasticityElement element. More...
 
class  oomph::FaceGeometry< QLinearElasticityElement< 2, 3 > >
 FaceGeometry of a quadratic 2D QLinearElasticityElement element. More...
 
class  oomph::FaceGeometry< QLinearElasticityElement< 2, 4 > >
 FaceGeometry of a cubic 2D QLinearElasticityElement element. More...
 
class  oomph::FaceGeometry< QLinearElasticityElement< 3, 2 > >
 FaceGeometry of a linear 3D QLinearElasticityElement element. More...
 
class  oomph::FaceGeometry< QLinearElasticityElement< 3, 3 > >
 FaceGeometry of a quadratic 3D QLinearElasticityElement element. More...
 
class  oomph::FaceGeometry< QLinearElasticityElement< 3, 4 > >
 FaceGeometry of a cubic 3D QLinearElasticityElement element. More...
 
class  oomph::ProjectableLinearElasticityElement< LINEAR_ELAST_ELEMENT >
 Linear elasticity upgraded to become projectable. More...
 
class  oomph::FaceGeometry< ProjectableLinearElasticityElement< ELEMENT > >
 Face geometry for element is the same as that for the underlying wrapped element. More...
 
class  oomph::FaceGeometry< FaceGeometry< ProjectableLinearElasticityElement< ELEMENT > > >
 Face geometry of the Face Geometry for element is the same as that for the underlying wrapped element. More...
 

Namespaces

namespace  oomph
 DRAIG: Change all instances of (SPATIAL_DIM) to (DIM-1).