The base class for the vertex centered finite volume discretization scheme. More...
#include <opm/material/densead/Math.hpp>
#include "vcfvproperties.hh"
#include "vcfvstencil.hh"
#include "p1fegradientcalculator.hh"
#include "vcfvgridcommhandlefactory.hh"
#include "vcfvbaseoutputmodule.hh"
#include <ewoms/linear/vertexborderlistfromgrid.hh>
#include <ewoms/disc/common/fvbasediscretization.hh>
Go to the source code of this file.
Classes | |
class | Ewoms::VcfvDiscretization< TypeTag > |
The base class for the vertex centered finite volume discretization scheme. More... | |
class | Ewoms::VcfvDiscretization< TypeTag > |
The base class for the vertex centered finite volume discretization scheme. More... | |
Functions | |
Ewoms::Properties::SET_PROP (VcfvDiscretization, Stencil) | |
Set the stencil. | |
Ewoms::Properties::SET_TYPE_PROP (VcfvDiscretization, DofMapper, typename GET_PROP_TYPE(TypeTag, VertexMapper)) | |
Mapper for the degrees of freedoms. | |
Ewoms::Properties::SET_TYPE_PROP (VcfvDiscretization, Discretization, Ewoms::VcfvDiscretization< TypeTag >) | |
The concrete class which manages the spatial discretization. | |
Ewoms::Properties::SET_TYPE_PROP (VcfvDiscretization, DiscBaseOutputModule, Ewoms::VcfvBaseOutputModule< TypeTag >) | |
The base class for the output modules (decides whether to write element or vertex based fields) | |
Ewoms::Properties::SET_TYPE_PROP (VcfvDiscretization, GradientCalculator, Ewoms::P1FeGradientCalculator< TypeTag >) | |
Calculates the gradient of any quantity given the index of a flux approximation point. | |
Ewoms::Properties::SET_TYPE_PROP (VcfvDiscretization, GridCommHandleFactory, Ewoms::VcfvGridCommHandleFactory< TypeTag >) | |
The class to create grid communication handles. | |
Ewoms::Properties::SET_BOOL_PROP (VcfvDiscretization, UseP1FiniteElementGradients, false) | |
Use two-point gradients by default for the vertex centered finite volume scheme. | |
Ewoms::Properties::SET_PROP (VcfvDiscretization, BorderListCreator) | |
Set the border list creator for vertices. | |
Ewoms::Properties::SET_BOOL_PROP (VcfvDiscretization, LinearizeNonLocalElements, false) | |
For the vertex centered finite volume method, ghost and overlap elements must not be assembled to avoid accounting twice for the fluxes over the process boundary faces of the local process' grid partition. | |
The base class for the vertex centered finite volume discretization scheme.