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. More... | |
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. More... | |
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. More... | |
Variables | |
Property tag | Dumux::Properties::SolutionTypes |
Property tag | Dumux::Properties::Indices |
Property tag | Dumux::Properties::Model |
The type of the mode. More... | |
Property tag | Dumux::Properties::DiscretizationMethod |
The type of discretization method. More... | |
Property tag | Dumux::Properties::PressureModel |
The type of the discretization of a pressure model. More... | |
Property tag | Dumux::Properties::TransportModel |
The type of the discretization of a transport model. More... | |
Property tag | Dumux::Properties::Velocity |
The type velocity reconstruction. More... | |
Property tag | Dumux::Properties::NumEq |
Number of equations in the system of PDEs. More... | |
Property tag | Dumux::Properties::NumPhases |
Number of phases in the system. More... | |
Property tag | Dumux::Properties::NumComponents |
Number of components in the system. More... | |
Property tag | Dumux::Properties::Variables |
The type of the container of global variables. More... | |
Property tag | Dumux::Properties::CellData |
Defines data object to be stored. More... | |
Property tag | Dumux::Properties::MaxIntersections |
Gives maximum number of intersections of an element and neighboring elements. More... | |
Property tag | Dumux::Properties::PressureCoefficientMatrix |
Gives maximum number of intersections of an element and neighboring elements. More... | |