27#ifndef DUMUX_GRIDADAPT_PROPERTIES_HH
28#define DUMUX_GRIDADAPT_PROPERTIES_HH
36template<
class TypeTag>
39template<
class TypeTag,
bool>
#define GET_PROP_VALUE(TypeTag, PropTagName)
Definition propertysystemmacros.hh:282
#define NEW_TYPE_TAG(...)
Definition propertysystemmacros.hh:130
The infrastructure to retrieve run-time parameters from Dune::ParameterTrees.
#define SET_SCALAR_PROP(EffTypeTagName, PropTagName,...)
Set a property to a simple constant scalar value.
Definition propertysystemmacros.hh:247
#define NEW_PROP_TAG(PTagName)
Define a property tag.
Definition propertysystemmacros.hh:159
#define SET_TYPE_PROP(EffTypeTagName, PropTagName,...)
Set a property which defines a type.
Definition propertysystemmacros.hh:232
#define SET_BOOL_PROP(EffTypeTagName, PropTagName,...)
Set a property to a simple constant boolean value.
Definition propertysystemmacros.hh:218
make the local view function available whenever we use the grid geometry
Definition adapt.hh:29
Definition common/properties.hh:47
Property tag GridAdaptRefineThreshold
Tolerance for refinement.
Definition gridadaptproperties.hh:61
Property tag GridAdaptCoarsenThreshold
Tolerance for coarsening.
Definition gridadaptproperties.hh:64
Property tag AdaptionIndicator
Class defining the refinement/coarsening indicator.
Definition gridadaptproperties.hh:55
Property tag GridAdaptModel
The type of grid adaptation.
Definition gridadaptproperties.hh:52
Type tag GridAdapt
Grid adaption type tag for all sequential models.
Definition gridadaptproperties.hh:46
Property tag AdaptionInitializationIndicator
Class defining the refinement/coarsening indicator for grid initialization.
Definition gridadaptproperties.hh:58
Property tag AdaptiveGrid
Defines if the grid is h-adaptive.
Definition gridadaptproperties.hh:49
Standard Module for h-adaptive simulations.
Definition gridadapt.hh:47
Class defining a start indicator for grid adaption.
Definition gridadaptinitializationindicatordefault.hh:42
Declares all properties used in Dumux.