Go to the source code of this file.
Classes | |
class | oomph::LinearWaveEquations< DIM > |
A class for all isoparametric elements that solve the LinearWave equations. More... | |
class | oomph::QLinearWaveElement< DIM, NNODE_1D > |
QLinearWaveElement elements are linear/quadrilateral/brick-shaped LinearWave elements with isoparametric interpolation for the function. More... | |
class | oomph::FaceGeometry< QLinearWaveElement< DIM, NNODE_1D > > |
Face geometry for the QLinearWaveElement 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< QLinearWaveElement< 1, NNODE_1D > > |
Face geometry for the 1D QLinearWaveElement elements: Point elements. More... | |
Namespaces | |
namespace | oomph |
DRAIG: Change all instances of (SPATIAL_DIM) to (DIM-1). | |