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

Helper class constructing the dual grid finite volume geometries for the free flow staggered discretization method. More...

#include <dune/geometry/multilineargeometry.hh>
#include <dumux/common/math.hh>
#include <dumux/common/indextraits.hh>
#include <type_traits>
#include <algorithm>
#include <array>
#include <bitset>
#include <stack>

Go to the source code of this file.

Description

Helper class constructing the dual grid finite volume geometries for the free flow staggered discretization method.

Classes

struct  Dumux::Detail::PairData< GridView, upwindSchemeOrder >
 Parallel Data stored per sub face. More...
struct  Dumux::Detail::AxisData< GridView, upwindSchemeOrder >
 In Axis Data stored per sub face. More...
struct  Dumux::Detail::AxisData< GridView, 1 >
 In Axis Data stored per sub face. More...
class  Dumux::FreeFlowStaggeredGeometryHelper< GridView, upwindSchemeOrder >
 Helper class constructing the dual grid finite volume geometries for the free flow staggered discretization method. More...

Namespaces

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

Functions

template<class Vector>
static unsigned int Dumux::directionIndex (Vector &&vector)
 Returns the dirction index of the facet (0 = x, 1 = y, 2 = z).