33 #ifndef __H__UG_shadow_copy_adjuster
34 #define __H__UG_shadow_copy_adjuster
36 #include "../ref_mark_adjuster_interface.h"
59 const std::vector<Vertex*>& vrts,
60 const std::vector<Edge*>& edges,
61 const std::vector<Face*>& faces,
62 const std::vector<Volume*>& vols
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
Adjusts RM_FULL-selected quadrilaterals that cannot be fully refined.
Definition: shadow_copy_adjuster.h:52
virtual ~ShadowCopyAdjuster()
Definition: shadow_copy_adjuster.cpp:39
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: shadow_copy_adjuster.cpp:44