Go to the source code of this file.
Classes | |
class | oomph::UnsteadyHeatEquationsBase |
Base class so that we don't need to know the dimension just to set the source function! More... | |
class | oomph::UnsteadyHeatEquations< DIM > |
A class for all isoparametric elements that solve the UnsteadyHeat equations. More... | |
class | oomph::QUnsteadyHeatElement< DIM, NNODE_1D > |
QUnsteadyHeatElement elements are linear/quadrilateral/brick-shaped UnsteadyHeat elements with isoparametric interpolation for the function. More... | |
class | oomph::FaceGeometry< QUnsteadyHeatElement< DIM, NNODE_1D > > |
Face geometry for the QUnsteadyHeatElement 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< QUnsteadyHeatElement< 1, NNODE_1D > > |
Face geometry for the 1D QUnsteadyHeatElement elements: Point elements. More... | |
class | oomph::ProjectableUnsteadyHeatElement< UNSTEADY_HEAT_ELEMENT > |
UnsteadyHeat upgraded to become projectable. More... | |
class | oomph::FaceGeometry< ProjectableUnsteadyHeatElement< ELEMENT > > |
Face geometry for element is the same as that for the underlying wrapped element. More... | |
class | oomph::FaceGeometry< FaceGeometry< ProjectableUnsteadyHeatElement< 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). | |