ecfvstencil.hh File Reference
#include <opm/models/utils/quadraturegeometries.hh>
#include <opm/material/common/ConditionalStorage.hpp>
#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 <opm/common/ErrorMacros.hpp>
#include <opm/input/eclipse/EclipseState/Grid/FaceDir.hpp>
#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  Opm::EcfvStencil< Scalar, GridView, needFaceIntegrationPos, needFaceNormal >
 Represents the stencil (finite volume geometry) of a single element in the ECFV discretization. More...
 
class  Opm::EcfvStencil< Scalar, GridView, needFaceIntegrationPos, needFaceNormal >::SubControlVolume
 Represents a sub-control volume. More...
 
class  Opm::EcfvStencil< Scalar, GridView, needFaceIntegrationPos, needFaceNormal >::EcfvSubControlVolumeFace< needIntegrationPos, needNormal >
 Represents a face of a sub-control volume. More...
 

Namespaces

namespace  Opm
 

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.