3.1-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Classes | Namespaces | Typedefs
flux/upwindscheme.hh File Reference

Base class for the upwind scheme. More...

#include <dumux/common/parameters.hh>
#include <dumux/discretization/method.hh>

Go to the source code of this file.

Description

Base class for the upwind scheme.

Classes

class  Dumux::UpwindSchemeImpl< GridGeometry, DiscretizationMethod::box >
 Upwind scheme for the box method. More...
 
class  Dumux::UpwindSchemeImpl< GridGeometry, DiscretizationMethod::cctpfa >
 Upwind scheme for the cell-centered tpfa scheme. More...
 
class  Dumux::UpwindSchemeImpl< GridGeometry, DiscretizationMethod::ccmpfa >
 Upwind scheme for cell-centered mpfa schemes. More...
 

Namespaces

namespace  Dumux
 make the local view function available whenever we use the grid geometry
 

Typedefs

template<class GridGeometry >
using Dumux::UpwindScheme = UpwindSchemeImpl< GridGeometry, GridGeometry::discMethod >
 The upwind scheme used for the advective fluxes. This depends on the chosen discretization method. More...
 
Include dependency graph for flux/upwindscheme.hh: