Base file for properties related to sequential models. More...
#include <dumux/common/properties.hh>#include <dumux/common/properties/model.hh>#include <dumux/common/properties/grid.hh>#include <dumux/common/defaultmappertraits.hh>#include <dumux/discretization/method.hh>#include <dumux/porousmediumflow/sequential/gridadaptproperties.hh>#include <dumux/porousmediumflow/sequential/gridadaptinitializationindicatordefault.hh>#include <dune/grid/common/mcmgmapper.hh>#include <dune/istl/bvector.hh>#include <dumux/common/timemanager.hh>#include <dumux/common/boundarytypes.hh>#include <dumux/common/boundaryconditions.hh>Go to the source code of this file.
Base file for properties related to sequential models.
Namespaces | |
| namespace | Dumux |
| make the local view function available whenever we use the grid geometry | |
| namespace | Dumux::Properties |
Functions | |
| Type tag SequentialModel | Dumux::Properties::INHERITS_FROM (ModelProperties, GridAdapt, GridProperties)) |
| Create a type tag for all sequential models. | |
| Dumux::Properties::SET_TYPE_PROP (SequentialModel, JacobianMatrix, typename GET_PROP_TYPE(TypeTag, PressureCoefficientMatrix)) | |
| Type of the jacobian matrix needed for compatibility with implicit models for the amg backend. | |
| Dumux::Properties::SET_TYPE_PROP (SequentialModel, Variables, VariableClass< TypeTag >) | |
| Dumux::Properties::SET_TYPE_PROP (SequentialModel, PrimaryVariables, typename GET_PROP(TypeTag, SolutionTypes)::PrimaryVariables) | |
| Dumux::Properties::SET_TYPE_PROP (SequentialModel, TimeManager, Dumux::TimeManager< TypeTag >) | |
| Set the default type for the time manager. | |
Variables | |
| Property tag | Dumux::Properties::SolutionTypes |
| Property tag | Dumux::Properties::Indices |
| Property tag | Dumux::Properties::Model |
| The type of the mode. | |
| Property tag | Dumux::Properties::DiscretizationMethod |
| The type of discretization method. | |
| Property tag | Dumux::Properties::PressureModel |
| The type of the discretization of a pressure model. | |
| Property tag | Dumux::Properties::TransportModel |
| The type of the discretization of a transport model. | |
| Property tag | Dumux::Properties::Velocity |
| The type velocity reconstruction. | |
| Property tag | Dumux::Properties::NumEq |
| Number of equations in the system of PDEs. | |
| Property tag | Dumux::Properties::NumPhases |
| Number of phases in the system. | |
| Property tag | Dumux::Properties::NumComponents |
| Number of components in the system. | |
| Property tag | Dumux::Properties::Variables |
| The type of the container of global variables. | |
| Property tag | Dumux::Properties::CellData |
| Defines data object to be stored. | |
| Property tag | Dumux::Properties::MaxIntersections |
| Gives maximum number of intersections of an element and neighboring elements. | |
| Property tag | Dumux::Properties::PressureCoefficientMatrix |
| Gives maximum number of intersections of an element and neighboring elements. | |