24#ifndef DUMUX_IMPES2PADAPTIVE_PROPERTIES_HH
25#define DUMUX_IMPES2PADAPTIVE_PROPERTIES_HH
62template<
class TypeTag>
63struct AdaptiveGrid<TypeTag, TTag::IMPESTwoPAdaptive> {
static constexpr bool value =
true; };
65template<
class TypeTag>
68template<
class TypeTag>
71template<
class TypeTag>
74template<
class TypeTag>
Class defining a standard, saturation dependent indicator for grid adaption.
Base file for properties related to sequential IMPET algorithms.
Class defining a start indicator for grid adaption.
Class defining an initialization indicator for grid adaption. Refines at sources and boundaries....
Definition: initializationindicator.hh:46
Class including the data of a grid cell needed if an adaptive grid is used.
Definition: sequential/celldataadaptive.hh:43
Class defining a standard, saturation dependent indicator for grid adaption.
Definition: gridadaptionindicator.hh:41
Definition: propertiesadaptive.hh:44
std::tuple< SequentialTwoP, IMPET > InheritsFrom
Definition: propertiesadaptive.hh:44
Defines if the grid is h-adaptive.
Definition: gridadaptproperties.hh:52
Class defining the refinement/coarsening indicator.
Definition: gridadaptproperties.hh:60
Class defining the refinement/coarsening indicator for grid initialization.
Definition: gridadaptproperties.hh:64
The type of the container of global variables.
Definition: porousmediumflow/sequential/properties.hh:88
Defines data object to be stored.
Definition: porousmediumflow/sequential/properties.hh:90
Base class holding the variables and discretized data for sequential models.
Definition: sequential/variableclassadaptive.hh:47
Defines the properties required for (immiscible) two-phase sequential models.
Base class for all 2-phase problems which use an IMPES algorithm.
Class including the data of a grid cell needed if an adaptive grid is used.
Base class holding the variables for sequential models.