Go to the source code of this file.
Classes | |
class | oomph::RefineableMeshBase |
Base class for refineable meshes. Provides standardised interfaces for the following standard mesh adaptation routines: More... | |
class | oomph::TreeBasedRefineableMeshBase |
Base class for tree-based refineable meshes. More... | |
struct | oomph::TreeBasedRefineableMeshBase::HangHelperStruct |
Helper struct to collate data required during TreeBasedRefineableMeshBase::synchronise_hanging_nodes. More... | |
class | oomph::TreeBasedRefineableMesh< ELEMENT > |
Templated base class for refineable meshes. The use of the template parameter is required only for creating new elements during mesh adaptation. This class overloaded the template-free inteface to the function split_elements_if_required() to make use of the template parameter. All refineable meshes should inherit directly from TreeBasedRefineableMesh<ELEMENT> More... | |
class | oomph::RefineableTetMeshBase |
Base class for refineable tet meshes. More... | |
Namespaces | |
namespace | oomph |
DRAIG: Change all instances of (SPATIAL_DIM) to (DIM-1). | |