Go to the source code of this file.
Classes | |
class | oomph::CollapsibleChannelMesh< ELEMENT > |
Basic collapsible channel mesh. The mesh is derived from the SimpleRectangularQuadMesh so it's node and element numbering scheme is the same as in that mesh. Only the boundaries are numbered differently to allow the easy identification of the "collapsible" segment. Boundary coordinates are set up for all nodes located on boundary 3 (the collapsible segment). The curvilinear ("collapsible") segment is defined by a GeomObject . More... | |
class | oomph::RefineableCollapsibleChannelMesh< ELEMENT > |
Refineable collapsible channel mesh. The mesh is derived from the SimpleRectangularQuadMesh so it's node and element numbering scheme is the same as in that mesh. Only the boundaries are numbered differently to allow the easy identification of the "collapsible" segment. Boundary coordinates are set up for all nodes located on boundary 3 (the collapsible segment). The curvilinear ("collapsible") segment is defined by a GeomObject . More... | |
class | oomph::MacroElementNodeUpdateCollapsibleChannelMesh< ELEMENT > |
Collapsible channel mesh with MacroElement-based node update. The collapsible segment is represented by the specified geometric object. Some or all of the geometric Data in that geometric object may contain unknowns in the global Problem. The dependency on these unknowns is taken into account when setting up the Jacobian matrix of the elements. For this purpose, the element (whose type is specified by the template parameter) must inherit from MacroElementNodeUpdateElementBase. More... | |
class | oomph::MacroElementNodeUpdateRefineableCollapsibleChannelMesh< ELEMENT > |
Refineable collapsible channel mesh with MacroElement-based node update. The collapsible segment is represented by the specified geometric object. Some or all of the geometric Data in that geometric object may contain unknowns in the global Problem. The dependency on these unknowns is taken into account when setting up the Jacobian matrix of the elements. For this purpose, the element (whose type is specified by the template parameter) must inherit from MacroElementNodeUpdateElementBase. More... | |
class | oomph::AlgebraicCollapsibleChannelMesh< ELEMENT > |
Collapsible channel mesh with algebraic node update. More... | |
class | oomph::RefineableAlgebraicCollapsibleChannelMesh< ELEMENT > |
Refineable version of the CollapsibleChannel mesh with algebraic node update. More... | |
Namespaces | |
namespace | oomph |