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 GetProp
get the type of a property
Definition: propertysystem.hh:141
typename Properties::Detail::GetPropImpl< TypeTag, Property >::type::type GetPropType
get the type alias defined in the property
Definition: propertysystem.hh:150
TODO: Remove this property as soon as the decoupled models are integrated.
Definition: common/properties.hh:78
a tag to mark properties as undefined
Definition: propertysystem.hh:35
Sequential ILU(0)-preconditioned BiCGSTAB solver.
Definition: seqsolverbackend.hh:621
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
Definition: sequential/pressureproperties.hh:66
Type of solution vector or pressure system Indicates if faces are only regarded from one side.
Definition: sequential/pressureproperties.hh:68
Dune::BlockVector< Dune::FieldVector< Scalar, 1 > > type
Definition: sequential/pressureproperties.hh:100
typename GetProp< TypeTag, SolutionTypes >::ScalarSolution type
Definition: sequential/pressureproperties.hh:104
The type velocity reconstruction.
Definition: porousmediumflow/sequential/properties.hh:80
Gives maximum number of intersections of an element and neighboring elements.
Definition: porousmediumflow/sequential/properties.hh:94
Base file for properties related to sequential models.