Go to the source code of this file.
Classes | |
class | oomph::RefineableElement |
RefineableElements are FiniteElements that may be subdivided into children to provide a better local approximation to the solution. After non-uniform refinement adjacent elements need not necessarily have nodes in common. A node that does not have a counterpart in its neighbouring element is known as a hanging node and its position and any data that it stores must be constrained to ensure inter-element continuity. More... | |
class | oomph::PRefineableElement |
p-refineable version of RefineableElement More... | |
class | oomph::NonRefineableElementWithHangingNodes |
A base class for elements that can have hanging nodes but are not refineable as such. This class is usually used as a base class for FaceElements that are attached to refineable bulk elements (and stripped out before adapting the bulk mesh, so they don't participate in the refimenent process itself). We therefore simply break the pure virtual functions that don't make any sense for such elements. More... | |
class | oomph::RefineableSolidElement |
RefineableSolidElements are SolidFiniteElements that may be subdivided into children to provide a better local approximation to the solution. The distinction is required to keep a clean separation between problems that alter nodal positions and others. A number of procedures are generic and are included in this class. More... | |
class | oomph::NonRefineableSolidElementWithHangingNodes |
A base class for SolidElements that can have hanging nodes but are not refineable as such. This class is usually used as a base class for FaceElements that are attached to refineable bulk elements (and stripped out before adapting the bulk mesh, so they don't participate in the refimenent process itself). We therefore simply break the pure virtual functions that don't make any sense for such elements. More... | |
Namespaces | |
namespace | oomph |
DRAIG: Change all instances of (SPATIAL_DIM) to (DIM-1). | |