3.1-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Loading...
Searching...
No Matches
pressureproperties.hh File Reference

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.

Description

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.
 Dumux::Properties::SET_BOOL_PROP (Pressure, VisitFacesOnlyOnce, false)
 Faces are only regarded from one side and not from both cells.
 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.
Property tag Dumux::Properties::PressureSolutionVector
Property tag Dumux::Properties::VisitFacesOnlyOnce
 Type of solution vector or pressure system.