ecfvstencil.hh File Reference

Represents the stencil (finite volume geometry) of a single element in the ECFV discretization. More...

#include <ewoms/common/quadraturegeometries.hh>
#include <dune/grid/common/mcmgmapper.hh>
#include <dune/grid/common/intersectioniterator.hh>
#include <dune/geometry/type.hh>
#include <dune/common/fvector.hh>
#include <dune/common/version.hh>
#include <vector>
Include dependency graph for ecfvstencil.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Ewoms::EcfvStencil< Scalar, GridView >
 Represents the stencil (finite volume geometry) of a single element in the ECFV discretization. More...
 
class  Ewoms::EcfvStencil< Scalar, GridView >::SubControlVolume
 Represents a sub-control volume. More...
 
class  Ewoms::EcfvStencil< Scalar, GridView >::SubControlVolumeFace
 Represents a face of a sub-control volume. More...
 

Namespaces

 Ewoms
 

Detailed Description

Represents the stencil (finite volume geometry) of a single element in the ECFV discretization.

The ECFV discretization is a element centered finite volume approach. This means that each element corresponds to a control volume.