Go to the source code of this file.
Classes | |
class | oomph::AlgebraicNode |
Algebraic nodes are nodes with an algebraic positional update function. More... | |
class | oomph::AlgebraicElementBase |
Base class for algebraic elements. More... | |
class | oomph::AlgebraicElement< ELEMENT > |
Algebraic elements are elements that have AlgebraicNodes whose position is determined by the geometric Data in the GeomObjects that are involved in their node update functions. Algebraic Elements include the derivatives w.r.t. any unknowns that are stored in this geometric Data into the element's Jacobian matrix. Otherwise they behave exactly like the templace element. More... | |
class | oomph::FaceGeometry< AlgebraicElement< ELEMENT > > |
Explicit definition of the face geometry of algebraic elements: the same as the face geometry of the underlying element. More... | |
class | oomph::AlgebraicMesh |
Algebraic meshes contain AlgebraicElements and AlgebraicNodes. They implement the node update functions that are used by the AlgebraicNodes to update their positions. More... | |
class | oomph::DummyAlgebraicMesh |
Dummy algebraic mesh – used for default assignements. More... | |
Namespaces | |
namespace | oomph |
DRAIG: Change all instances of (SPATIAL_DIM) to (DIM-1). | |