3.1-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
gridadaptproperties.hh
Go to the documentation of this file.
1// -*- mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
2// vi: set et ts=4 sw=4 sts=4:
3/*****************************************************************************
4 * See the file COPYING for full copying permissions. *
5 * *
6 * This program is free software: you can redistribute it and/or modify *
7 * it under the terms of the GNU General Public License as published by *
8 * the Free Software Foundation, either version 3 of the License, or *
9 * (at your option) any later version. *
10 * *
11 * This program is distributed in the hope that it will be useful, *
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of *
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
14 * GNU General Public License for more details. *
15 * *
16 * You should have received a copy of the GNU General Public License *
17 * along with this program. If not, see <http://www.gnu.org/licenses/>. *
18 *****************************************************************************/
27#ifndef DUMUX_GRIDADAPT_PROPERTIES_HH
28#define DUMUX_GRIDADAPT_PROPERTIES_HH
29
32
33namespace Dumux
34{
35// forward declarations
36template<class TypeTag>
37class GridAdaptInitializationIndicatorDefault;
38
39template<class TypeTag, bool>
40class GridAdapt;
41
42
43namespace Properties
44{
47
50
53
56
59
62
65
66//no adaptive grid
68
69//Set default class for adaptation initialization indicator
71//Set default class for adaptation
73
74
75//standard setting
78} // namespace Properties
79} // namespace Dumux
80
81
82#endif
#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 NEW_PROP_TAG(PTagName)
Define a property tag.
Definition: propertysystemmacros.hh:159
make the local view function available whenever we use the grid geometry
Definition: adapt.hh:29
Property tag GridAdaptRefineThreshold
Tolerance for refinement.
Definition: gridadaptproperties.hh:61
SET_SCALAR_PROP(GridAdapt, GridAdaptRefineThreshold, 0.0)
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
SET_TYPE_PROP(FVPressureOneP, Velocity, FVVelocity1P< TypeTag >)
Set velocity reconstruction implementation standard cell centered finite volume schemes as default.
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
SET_BOOL_PROP(FVPressureOneP, VisitFacesOnlyOnce, true)
Allow assembling algorithm for the pressure matrix to assemble only from one side of a cell-cell inte...
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.