19#ifndef DUMUX_PRESSURE_PROPERTIES_HH
20#define DUMUX_PRESSURE_PROPERTIES_HH
23#include <dune/istl/bcrsmatrix.hh>
24#include <dune/istl/bvector.hh>
63template<
class TypeTag,
class MyTypeTag>
65template<
class TypeTag,
class MyTypeTag>
67template<
class TypeTag,
class MyTypeTag>
79template<
class TypeTag>
83template<
class TypeTag>
88 using MB = Dune::FieldMatrix<Scalar, 1, 1>;
93template<
class TypeTag>
100 using type = Dune::BlockVector<Dune::FieldVector<Scalar, 1> >;
103template<
class TypeTag>
107template<
class TypeTag>
110template<
class TypeTag>
Dumux sequential linear solver backends.
Default implementation of velocity class.
typename Properties::Detail::GetPropImpl< TypeTag, Property >::type::type GetPropType
get the type alias defined in the property (equivalent to old macro GET_PROP_TYPE(....
Definition propertysystem.hh:149
typename Properties::Detail::GetPropImpl< TypeTag, Property >::type GetProp
get the type of a property (equivalent to old macro GET_PROP(...))
Definition propertysystem.hh:140
Definition common/properties.hh:48
Type tag for numeric models.
Definition grid.hh:36
TODO: Remove this property as soon as the decoupled models are integrated.
Definition common/properties.hh:93
a tag to mark properties as undefined
Definition propertysystem.hh:36
Sequential ILU(0)-preconditioned BiCGSTAB solver.
Definition seqsolverbackend.hh:622
Default implementation of a velocity class.
Definition velocitydefault.hh:42
Definition sequential/pressureproperties.hh:56
std::tuple< SequentialModel > InheritsFrom
Definition sequential/pressureproperties.hh:56
Type of the right hand side vector given to the linear solver.
Definition sequential/pressureproperties.hh:64
UndefinedProperty type
Definition sequential/pressureproperties.hh:64
Definition sequential/pressureproperties.hh:66
UndefinedProperty type
Definition sequential/pressureproperties.hh:66
Type of solution vector or pressure systemIndicates if faces are only regarded from one side.
Definition sequential/pressureproperties.hh:68
UndefinedProperty type
Definition sequential/pressureproperties.hh:68
static constexpr bool value
Definition sequential/pressureproperties.hh:80
Dune::BCRSMatrix< MB > type
Definition sequential/pressureproperties.hh:91
Dune::BlockVector< Dune::FieldVector< Scalar, 1 > > type
Definition sequential/pressureproperties.hh:100
typename GetProp< TypeTag, SolutionTypes >::ScalarSolution type
Definition sequential/pressureproperties.hh:104
ILU0BiCGSTABBackend type
Definition sequential/pressureproperties.hh:108
FVVelocityDefault< TypeTag > type
Definition sequential/pressureproperties.hh:111
The type velocity reconstruction.
Definition porousmediumflow/sequential/properties.hh:79
Gives maximum number of intersections of an element and neighboring elements.
Definition porousmediumflow/sequential/properties.hh:93
Base file for properties related to sequential models.