ug4
refiner_interface.h File Reference
#include <string>
#include "projectors/refinement_projector.h"

Go to the source code of this file.

Classes

class  ug::IRefiner
 The refiner interface allows to mark elements for refinement and to call refine. More...
 

Namespaces

 ug
 the ug namespace
 

Enumerations

enum  ug::RefinementMark {
  ug::RM_NONE = 0 , ug::RM_CLOSURE = 1 , ug::RM_COPY = RM_CLOSURE , ug::RM_ANISOTROPIC = RM_CLOSURE ,
  ug::RM_LOCAL = 1 << 1 , ug::RM_FULL = 1 << 2 , ug::RM_REFINE = RM_FULL , ug::RM_COARSEN = 1 << 3 ,
  ug::RM_DUMMY = 1 << 4 , ug::RM_MAX
}
 refinement-marks allow to specify how an element shall be processed during refinement. More...