ecfvdiscretization.hh File Reference

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

#include <opm/material/localad/Math.hpp>
#include "ecfvproperties.hh"
#include "ecfvstencil.hh"
#include "ecfvgridcommhandlefactory.hh"
#include "ecfvbaseoutputmodule.hh"
#include <ewoms/linear/elementborderlistfromgrid.hh>
#include <ewoms/disc/common/fvbasediscretization.hh>
Include dependency graph for ecfvdiscretization.hh:

Go to the source code of this file.

Classes

class  Ewoms::EcfvDiscretization< TypeTag >
 The base class for the element-centered finite-volume discretization scheme. More...
 
class  Ewoms::EcfvDiscretization< TypeTag >
 The base class for the element-centered finite-volume discretization scheme. More...
 

Namespaces

 Ewoms
 
 Ewoms::Properties
 

Functions

 Ewoms::Properties::SET_PROP (EcfvDiscretization, Stencil)
 Set the stencil. More...
 
 Ewoms::Properties::SET_TYPE_PROP (EcfvDiscretization, DofMapper, typename GET_PROP_TYPE(TypeTag, ElementMapper))
 Mapper for the degrees of freedoms. More...
 
 Ewoms::Properties::SET_TYPE_PROP (EcfvDiscretization, Discretization, Ewoms::EcfvDiscretization< TypeTag >)
 The concrete class which manages the spatial discretization. More...
 
 Ewoms::Properties::SET_TYPE_PROP (EcfvDiscretization, DiscBaseOutputModule, Ewoms::EcfvBaseOutputModule< TypeTag >)
 
 Ewoms::Properties::SET_TYPE_PROP (EcfvDiscretization, GridCommHandleFactory, Ewoms::EcfvGridCommHandleFactory< TypeTag >)
 The class to create grid communication handles. More...
 
 Ewoms::Properties::SET_PROP (EcfvDiscretization, BorderListCreator)
 
 Ewoms::Properties::SET_BOOL_PROP (EcfvDiscretization, LinearizeNonLocalElements, true)
 

Detailed Description

The base class for the element-centered finite-volume discretization scheme.