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