3.1-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Loading...
Searching...
No Matches
gridadaptproperties.hh File Reference

Defines a type tag and some fundamental properties for linear solvers. More...

Go to the source code of this file.

Description

Defines a type tag and some fundamental properties for linear solvers.

Namespaces

namespace  Dumux
 make the local view function available whenever we use the grid geometry
namespace  Dumux::Properties

Functions

 Dumux::Properties::SET_BOOL_PROP (GridAdapt, AdaptiveGrid, false)
 Dumux::Properties::SET_TYPE_PROP (GridAdapt, AdaptionInitializationIndicator, GridAdaptInitializationIndicatorDefault< TypeTag >)
 Dumux::Properties::SET_TYPE_PROP (GridAdapt, GridAdaptModel, GridAdapt< TypeTag, GET_PROP_VALUE(TypeTag, AdaptiveGrid)>)
 Dumux::Properties::SET_SCALAR_PROP (GridAdapt, GridAdaptRefineThreshold, 0.0)
 Dumux::Properties::SET_SCALAR_PROP (GridAdapt, GridAdaptCoarsenThreshold, 0.0)

Variables

Type tag Dumux::Properties::GridAdapt
 Grid adaption type tag for all sequential models.
Property tag Dumux::Properties::AdaptiveGrid
 Defines if the grid is h-adaptive.
Property tag Dumux::Properties::GridAdaptModel
 The type of grid adaptation.
Property tag Dumux::Properties::AdaptionIndicator
 Class defining the refinement/coarsening indicator.
Property tag Dumux::Properties::AdaptionInitializationIndicator
 Class defining the refinement/coarsening indicator for grid initialization.
Property tag Dumux::Properties::GridAdaptRefineThreshold
 Tolerance for refinement.
Property tag Dumux::Properties::GridAdaptCoarsenThreshold
 Tolerance for coarsening.