Represents the stencil (finite volume geometry) of a single element in the ECFV discretization. More...
#include <ewoms/common/conditionalstorage.hh>
#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>
Go to the source code of this file.
Classes | |
class | Ewoms::EcfvStencil< Scalar, GridView, needFaceIntegrationPos, needFaceNormal > |
Represents the stencil (finite volume geometry) of a single element in the ECFV discretization. More... | |
class | Ewoms::EcfvStencil< Scalar, GridView, needFaceIntegrationPos, needFaceNormal >::SubControlVolume |
Represents a sub-control volume. More... | |
class | Ewoms::EcfvStencil< Scalar, GridView, needFaceIntegrationPos, needFaceNormal >::EcfvSubControlVolumeFace< needNormal, needIntegrationPos > |
Represents a face of a sub-control volume. More... | |
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.