33 #ifndef __H__UG__hanging_node_refiner_t__
34 #define __H__UG__hanging_node_refiner_t__
43 template <
class TGr
id>
Manages the elements of a grid and their interconnection.
Definition: grid.h:132
Specialization of ug::HangingNodeRefiner for ug::Grid.
Definition: hanging_node_refiner_grid.h:55
Specialization of ug::HangingNodeRefiner for ug::MultiGrid.
Definition: hanging_node_refiner_multi_grid.h:68
Definition: multi_grid.h:72
THangingNodeRefiner(SPRefinementProjector projector=SPNULL)
Definition: hanging_node_refiner_t.h:50
THangingNodeRefiner(Grid &grid, SPRefinementProjector projector=SPNULL)
Definition: hanging_node_refiner_t.h:53
THangingNodeRefiner(SPRefinementProjector projector=SPNULL)
Definition: hanging_node_refiner_t.h:62
THangingNodeRefiner(MultiGrid &mg, SPRefinementProjector projector=SPNULL)
Definition: hanging_node_refiner_t.h:65
Gives access to a hanging node refiner, depending on the grid-type.
Definition: hanging_node_refiner_t.h:44
const NullSmartPtr SPNULL
The equivalent to NULL for smart pointers.
Definition: smart_pointer.h:90