vcfvdiscretization.hh File Reference

The base class for the vertex centered finite volume discretization scheme. More...

Include dependency graph for vcfvdiscretization.hh:
This graph shows which files directly or indirectly include this file:

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...
 

Namespaces

 Ewoms
 
 Ewoms::Properties
 

Functions

 Ewoms::Properties::SET_PROP (VcfvDiscretization, Stencil)
 Set the stencil. More...
 
 Ewoms::Properties::SET_TYPE_PROP (VcfvDiscretization, DofMapper, typename GET_PROP_TYPE(TypeTag, VertexMapper))
 Mapper for the degrees of freedoms. More...
 
 Ewoms::Properties::SET_TYPE_PROP (VcfvDiscretization, Discretization, Ewoms::VcfvDiscretization< TypeTag >)
 The concrete class which manages the spatial discretization. More...
 
 Ewoms::Properties::SET_TYPE_PROP (VcfvDiscretization, DiscBaseOutputModule, Ewoms::VcfvBaseOutputModule< TypeTag >)
 
 Ewoms::Properties::SET_TYPE_PROP (VcfvDiscretization, GradientCalculator, Ewoms::VcfvGradientCalculator< TypeTag >)
 Calculates the gradient of any quantity given the index of a flux approximation point. More...
 
 Ewoms::Properties::SET_TYPE_PROP (VcfvDiscretization, GridCommHandleFactory, Ewoms::VcfvGridCommHandleFactory< TypeTag >)
 The class to create grid communication handles. More...
 
 Ewoms::Properties::SET_BOOL_PROP (VcfvDiscretization, UseTwoPointGradients, false)
 
 Ewoms::Properties::SET_PROP (VcfvDiscretization, BorderListCreator)
 Set the border list creator for vertices. More...
 
 Ewoms::Properties::SET_BOOL_PROP (VcfvDiscretization, LinearizeNonLocalElements, false)
 

Detailed Description

The base class for the vertex centered finite volume discretization scheme.