Go to the source code of this file.
Classes | |
class | oomph::MacroElementNodeUpdateNode |
MacroElementNodeUpdate nodes are nodes with a positional update function, based on their element's MacroElement representation. More... | |
class | oomph::MacroElementNodeUpdateElementBase |
Base class for elements that allow MacroElement-based node update. More... | |
class | oomph::MacroElementNodeUpdateElement< ELEMENT > |
MacroElementNodeUpdate elements are elements that can not only be updated via their MacroElement representation (in princple any FiniteElement could do that...) but also allows the geometric Data contained in the GeomObjects that affect the MacroElement-based node update operations to be unknowns in the overall Problem. More... | |
class | oomph::MacroElementNodeUpdateMesh |
MacroElementNodeUpdateMeshes contain MacroElementNodeUpdateNodes which have their own node update functions. When the node's node_update() function is called, they also perform any auxiliary update functions, e.g. to update no-slip boundary conditions on moving domain boundaries. More... | |
class | oomph::FaceGeometry< MacroElementNodeUpdateElement< ELEMENT > > |
Explicit definition of the face geometry of MacroElementNodeUpdateElements, which is the same as the face geometry of the underlying element. More... | |
Namespaces | |
namespace | oomph |
DRAIG: Change all instances of (SPATIAL_DIM) to (DIM-1). | |