Properties for adaptive implementations of the sequential IMPES algorithms. More...
#include <dumux/porousmediumflow/sequential/impetproperties.hh>
#include <dumux/porousmediumflow/2p/sequential/properties.hh>
#include <dumux/porousmediumflow/sequential/variableclassadaptive.hh>
#include <dumux/porousmediumflow/2p/sequential/celldataadaptive.hh>
#include "gridadaptionindicator.hh"
#include <dumux/porousmediumflow/2p/sequential/impes/problem.hh>
#include <dumux/porousmediumflow/sequential/gridadaptinitializationindicator.hh>
Go to the source code of this file.
Properties for adaptive implementations of the sequential IMPES algorithms.
Namespaces | |
namespace | Dumux |
make the local view function available whenever we use the grid geometry | |
namespace | Dumux::Properties |
Functions | |
Type tag IMPESTwoP | Dumux::Properties::INHERITS_FROM (IMPET, SequentialTwoP)) |
TypeTag for the two-phase IMPES scheme. More... | |
Dumux::Properties::SET_BOOL_PROP (IMPESTwoPAdaptive, AdaptiveGrid, true) | |
Enable adaptive grid. More... | |
Dumux::Properties::SET_TYPE_PROP (IMPESTwoPAdaptive, Variables, VariableClassAdaptive< TypeTag >) | |
Set variable class for adaptive impet schemes. More... | |
Dumux::Properties::SET_TYPE_PROP (IMPESTwoPAdaptive, CellData, CellData2PAdaptive< TypeTag >) | |
Set cell data class for adaptive two-phase IMPES schemes. More... | |
Dumux::Properties::SET_TYPE_PROP (IMPESTwoPAdaptive, AdaptionIndicator, GridAdaptionIndicator2P< TypeTag >) | |
Set the standard indicator class of two-phase models for adaption or coarsening. More... | |
Dumux::Properties::SET_TYPE_PROP (IMPESTwoPAdaptive, AdaptionInitializationIndicator, GridAdaptInitializationIndicator< TypeTag >) | |
Set default class for adaptation initialization indicator. More... | |