Classes | Namespaces
Qelements.h File Reference

Go to the source code of this file.

Classes

class  oomph::QElementGeometricBase
 Empty base class for Qelements (created so that we can use dynamic_cast<>() to figure out if a an element is a Qelement (from a purely geometric point of view). More...
 
class  oomph::QElementBase
 Base class for Qelements. More...
 
class  oomph::QSolidElementBase
 Base class for Solid Qelements. More...
 
class  oomph::QElement< DIM, NNODE_1D >
 General QElement class. More...
 
class  oomph::LineElementBase
 Base class for all line elements. More...
 
class  oomph::QElement< 1, NNODE_1D >
 General QElement class specialised to one spatial dimension. More...
 
class  oomph::QuadElementBase
 Base class for all quad elements. More...
 
class  oomph::QElement< 2, NNODE_1D >
 General QElement class specialised to two spatial dimensions. More...
 
class  oomph::BrickElementBase
 Base class for all brick elements. More...
 
class  oomph::QElement< 3, NNODE_1D >
 General QElement class specialised to three spatial dimensions. More...
 
class  oomph::SolidQElement< DIM, NNODE_1D >
 SolidQElement elements are quadrilateral elements whose derivatives also include those based upon the lagrangian positions of the nodes. They are the basis for solid mechanics elements. More...
 
class  oomph::SolidQElement< 1, NNODE_1D >
 SolidQElement elements, specialised to one spatial dimension. More...
 
class  oomph::SolidQElement< 2, NNODE_1D >
 SolidQElement elements, specialised to two spatial dimensions. More...
 
class  oomph::SolidQElement< 3, NNODE_1D >
 SolidQElement elements, specialised to three spatial dimensions. More...
 
class  oomph::RefineableQElement< DIM >
 A class that is used to template the refineable Q elements by dimension. It's really nothing more than a policy class. More...
 
class  oomph::PRefineableQElement< DIM, INITIAL_NNODE_1D >
 A class that is used to template the p-refineable Q elements by dimension. It's really nothing more than a policy class. The default template parameter ensures that these elements inherit from the QElement of the correct type if they start with a p-order higher than linear (e.g. Navier-Stokes Elements). More...
 
class  oomph::RefineableSolidQElement< DIM >
 A class that is used to template the solid refineable Q elements by dimension. It's really nothing more than a policy class. More...
 

Namespaces

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