33 #ifndef __H__UG__mg_hnode_adjuster__
34 #define __H__UG__mg_hnode_adjuster__
36 #include "../ref_mark_adjuster_interface.h"
40 class MGHNodeAdjuster;
54 const std::vector<Vertex*>& vrts,
55 const std::vector<Edge*>& edges,
56 const std::vector<Face*>& faces,
57 const std::vector<Volume*>& vols);
Definition: smart_pointer.h:108
Definition: ref_mark_adjuster_interface.h:61
The refiner interface allows to mark elements for refinement and to call refine.
Definition: refiner_interface.h:67
Makes sure that that hierarchical dependencies are considered during hnode refinement.
Definition: mg_hnode_adjuster.h:47
virtual void ref_marks_changed(IRefiner &ref, const std::vector< Vertex * > &vrts, const std::vector< Edge * > &edges, const std::vector< Face * > &faces, const std::vector< Volume * > &vols)
Definition: mg_hnode_adjuster.cpp:39
virtual ~MGHNodeAdjuster()
Definition: mg_hnode_adjuster.h:51
static SPMGHNodeAdjuster create()
Definition: mg_hnode_adjuster.h:49
SmartPtr< MGHNodeAdjuster > SPMGHNodeAdjuster
Definition: mg_hnode_adjuster.h:40