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::TTag::Pressure |
struct | Dumux::Properties::PressureRHSVector< TypeTag, MyTypeTag > |
Type of the right hand side vector given to the linear solver. More... | |
struct | Dumux::Properties::PressureSolutionVector< TypeTag, MyTypeTag > |
struct | Dumux::Properties::VisitFacesOnlyOnce< TypeTag, MyTypeTag > |
Type of solution vector or pressure system Indicates if faces are only regarded from one side. More... | |
struct | Dumux::Properties::VisitFacesOnlyOnce< TypeTag, TTag::Pressure > |
Faces are only regarded from one side and not from both cells. More... | |
struct | Dumux::Properties::PressureCoefficientMatrix< TypeTag, TTag::Pressure > |
struct | Dumux::Properties::PressureRHSVector< TypeTag, TTag::Pressure > |
struct | Dumux::Properties::PressureSolutionVector< TypeTag, TTag::Pressure > |
struct | Dumux::Properties::LinearSolver< TypeTag, TTag::Pressure > |
struct | Dumux::Properties::Velocity< TypeTag, TTag::Pressure > |
Namespaces | |
namespace | Dumux |
namespace | Dumux::Properties |
namespace | Dumux::Properties::TTag |
Type tag for numeric models. | |