Go to the source code of this file.
Classes | |
class | oomph::PMLLayerElement< ELEMENT > |
General definition of policy class defining the elements to be used in the actual PML layers. Has to be instantiated for each specific "bulk" PML element type. More... | |
class | oomph::PMLElementBase< DIM > |
Base class for elements with pml capabilities. More... | |
class | oomph::PMLMeshBase |
PML mesh base class. Contains a pure virtual locate_zeta function to be uploaded in PMLQuadMesh and PMLBrickMesh (once the code for it has been written) More... | |
class | oomph::PMLQuadMeshBase< ELEMENT > |
PML mesh class. Policy class for 2D PML meshes. More... | |
class | oomph::PMLQuadMesh< ELEMENT > |
PML mesh, derived from RectangularQuadMesh. More... | |
class | oomph::PMLCornerQuadMesh< ELEMENT > |
PML mesh, derived from RectangularQuadMesh. More... | |
Namespaces | |
namespace | oomph |
DRAIG: Change all instances of (SPATIAL_DIM) to (DIM-1). | |
namespace | oomph::TwoDimensionalPMLHelper |
Namespace with functions that allow the construction of PML layers on axis aligned boundaries. | |