Go to the source code of this file.
Classes | |
class | oomph::TPMLHelmholtzElement< DIM, NNODE_1D > |
TPMLHelmholtzElement<DIM,NNODE_1D> elements are isoparametric triangular DIM-dimensional PMLHelmholtz elements with NNODE_1D nodal points along each element edge. Inherits from TElement and PMLHelmholtzEquations. More... | |
class | oomph::FaceGeometry< TPMLHelmholtzElement< DIM, NNODE_1D > > |
Face geometry for the TPMLHelmholtzElement 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< TPMLHelmholtzElement< 1, NNODE_1D > > |
Face geometry for the 1D TPMLHelmholtzElement elements: Point elements. More... | |
class | oomph::PMLLayerElement< TPMLHelmholtzElement< 2, NNODE_1D > > |
Policy class defining the elements to be used in the actual PML layers. It's the corresponding quads. More... | |
class | oomph::FaceGeometry< PMLLayerElement< TPMLHelmholtzElement< DIM, NNODE_1D > > > |
Face geometry for the TPMLHelmholtzElement 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::PMLLayerElement< ProjectablePMLHelmholtzElement< TPMLHelmholtzElement< 2, NNODE_1D > > > |
Policy class defining the elements to be used in the actual PML layers. It's the corresponding quads. More... | |
Namespaces | |
namespace | oomph |
DRAIG: Change all instances of (SPATIAL_DIM) to (DIM-1). | |