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

Finite Volume Diffusion Model. More...

#include <type_traits>
#include <dumux/common/math.hh>
#include <dumux/common/exceptions.hh>
#include <dumux/porousmediumflow/sequential/pressureproperties.hh>
#include <map>

Go to the source code of this file.

Description

Finite Volume Diffusion Model.

Classes

class  Dumux::FVPressure< TypeTag >
 The finite volume base class for the solution of a pressure equation. More...
struct  Dumux::Detail::isParallelAMGBackend< T >
struct  Dumux::Detail::isParallelAMGBackend< Dumux::AMGBiCGSTABBackend< T > >

Namespaces

namespace  Dumux
namespace  Dumux::Detail

Functions

template<class Solver, class Problem>
std::enable_if_t<!Detail::isParallelAMGBackend< Solver >::value, Solver > Dumux::getSolver (const Problem &problem)
template<class Solver, class Problem>
std::enable_if_t< Detail::isParallelAMGBackend< Solver >::value, Solver > Dumux::getSolver (const Problem &problem)