Defines a type tag and some fundamental properties for linear solvers. More...
Go to the source code of this file.
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 |
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. | |