Go to the source code of this file.
Classes | |
class | oomph::HelmholtzEquations< DIM > |
A class for all isoparametric elements that solve the Helmholtz equations. More... | |
class | oomph::QHelmholtzElement< DIM, NNODE_1D > |
QHelmholtzElement elements are linear/quadrilateral/brick-shaped Helmholtz elements with isoparametric interpolation for the function. More... | |
class | oomph::FaceGeometry< QHelmholtzElement< DIM, NNODE_1D > > |
Face geometry for the QHelmholtzElement elements: The spatial dimension of the face elements is one lower than that of the bulk element but they have the same number of points along their 1D edges. More... | |
class | oomph::FaceGeometry< QHelmholtzElement< 1, NNODE_1D > > |
Face geometry for the 1D QHelmholtzElement elements: Point elements. More... | |
class | oomph::ProjectableHelmholtzElement< HELMHOLTZ_ELEMENT > |
Helmholtz upgraded to become projectable. More... | |
class | oomph::FaceGeometry< ProjectableHelmholtzElement< ELEMENT > > |
Face geometry for element is the same as that for the underlying wrapped element. More... | |
class | oomph::FaceGeometry< FaceGeometry< ProjectableHelmholtzElement< 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). | |