Base file for properties related to sequential IMPET algorithms. More...
#include <dune/istl/bcrsmatrix.hh>#include <dune/istl/bvector.hh>#include "properties.hh"#include <dumux/linear/seqsolverbackend.hh>#include <dumux/porousmediumflow/sequential/cellcentered/velocitydefault.hh>Go to the source code of this file.
Base file for properties related to sequential IMPET algorithms.
Classes | |
| struct | Dumux::Properties::PressureCoefficientMatrix< TypeTag, TTag::Pressure > |
| struct | Dumux::Properties::PressureRHSVector< TypeTag, TTag::Pressure > |
Namespaces | |
| namespace | Dumux |
| make the local view function available whenever we use the grid geometry | |
| namespace | Dumux::Properties |
Functions | |
| Type tag SequentialOneP | Dumux::Properties::INHERITS_FROM (SequentialModel)) |
| The type tag for the single-phase problem. More... | |
| Dumux::Properties::SET_BOOL_PROP (Pressure, VisitFacesOnlyOnce, false) | |
| Faces are only regarded from one side and not from both cells. More... | |
| Dumux::Properties::SET_TYPE_PROP (Pressure, PressureSolutionVector, typename GET_PROP(TypeTag, SolutionTypes)::ScalarSolution) | |
| Dumux::Properties::SET_TYPE_PROP (Pressure, LinearSolver, ILU0BiCGSTABBackend) | |
| Dumux::Properties::SET_TYPE_PROP (Pressure, Velocity, FVVelocityDefault< TypeTag >) | |
Variables | |
| Property tag | Dumux::Properties::PressureRHSVector |
| Type of the right hand side vector given to the linear solver. More... | |
| Property tag | Dumux::Properties::PressureSolutionVector |
| Property tag | Dumux::Properties::VisitFacesOnlyOnce |
| Type of solution vector or pressure system. More... | |
