Classes | Namespaces
time_harmonic_linear_elasticity_elements.h File Reference

Go to the source code of this file.

Classes

class  oomph::TimeHarmonicLinearElasticityEquationsBase< DIM >
 A base class for elements that solve the equations of time-harmonic linear elasticity in Cartesian coordinates. Combines a few generic functions that are shared by TimeHarmonicLinearElasticityEquations and TimeHarmonicLinearElasticityEquationsWithPressure (Note: The latter don't exist yet but will be written as soon as somebody needs them...) More...
 
class  oomph::TimeHarmonicLinearElasticityEquations< DIM >
 A class for elements that solve the equations of linear elasticity in cartesian coordinates. More...
 
class  oomph::QTimeHarmonicLinearElasticityElement< DIM, NNODE_1D >
 An Element that solves the equations of linear elasticity in Cartesian coordinates, using QElements for the geometry. More...
 
class  oomph::FaceGeometry< QTimeHarmonicLinearElasticityElement< 2, 2 > >
 FaceGeometry of a linear 2D QTimeHarmonicLinearElasticityElement element. More...
 
class  oomph::FaceGeometry< QTimeHarmonicLinearElasticityElement< 2, 3 > >
 FaceGeometry of a quadratic 2D QTimeHarmonicLinearElasticityElement element. More...
 
class  oomph::FaceGeometry< QTimeHarmonicLinearElasticityElement< 2, 4 > >
 FaceGeometry of a cubic 2D QTimeHarmonicLinearElasticityElement element. More...
 
class  oomph::FaceGeometry< QTimeHarmonicLinearElasticityElement< 3, 2 > >
 FaceGeometry of a linear 3D QTimeHarmonicLinearElasticityElement element. More...
 
class  oomph::FaceGeometry< QTimeHarmonicLinearElasticityElement< 3, 3 > >
 FaceGeometry of a quadratic 3D QTimeHarmonicLinearElasticityElement element. More...
 
class  oomph::FaceGeometry< QTimeHarmonicLinearElasticityElement< 3, 4 > >
 FaceGeometry of a cubic 3D QTimeHarmonicLinearElasticityElement element. More...
 
class  oomph::ProjectableTimeHarmonicLinearElasticityElement< TIME_HARMONIC_LINEAR_ELAST_ELEMENT >
 Time-harmonic linear elasticity upgraded to become projectable. More...
 
class  oomph::FaceGeometry< ProjectableTimeHarmonicLinearElasticityElement< ELEMENT > >
 Face geometry for element is the same as that for the underlying wrapped element. More...
 
class  oomph::FaceGeometry< FaceGeometry< ProjectableTimeHarmonicLinearElasticityElement< 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).