3.1-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Namespaces | Functions | Variables
gridadaptproperties.hh File Reference

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

#include <dumux/common/properties.hh>
#include <dumux/common/parameters.hh>

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. More...
 
Property tag Dumux::Properties::AdaptiveGrid
 Defines if the grid is h-adaptive. More...
 
Property tag Dumux::Properties::GridAdaptModel
 The type of grid adaptation. More...
 
Property tag Dumux::Properties::AdaptionIndicator
 Class defining the refinement/coarsening indicator. More...
 
Property tag Dumux::Properties::AdaptionInitializationIndicator
 Class defining the refinement/coarsening indicator for grid initialization. More...
 
Property tag Dumux::Properties::GridAdaptRefineThreshold
 Tolerance for refinement. More...
 
Property tag Dumux::Properties::GridAdaptCoarsenThreshold
 Tolerance for coarsening. More...
 
Include dependency graph for gridadaptproperties.hh: