baseauxiliarymodule.hh File Reference

Base class for specifying auxiliary equations. More...

#include <ewoms/common/propertysystem.hh>
#include <ewoms/disc/common/fvbaseproperties.hh>
#include <set>
#include <vector>
Include dependency graph for baseauxiliarymodule.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Ewoms::BaseAuxiliaryModule< TypeTag >
 Base class for specifying auxiliary equations. More...
 

Namespaces

 Ewoms
 
 Ewoms::Properties
 

Functions

 Ewoms::Properties::NEW_TYPE_TAG (AuxModule)
 
 Ewoms::Properties::NEW_PROP_TAG (Grid)
 The type of the DUNE grid. More...
 
 Ewoms::Properties::NEW_PROP_TAG (GridView)
 The type of the grid view. More...
 
 Ewoms::Properties::NEW_PROP_TAG (Scalar)
 Property to specify the type of scalar values. More...
 
 Ewoms::Properties::NEW_PROP_TAG (DofMapper)
 The mapper to find the global index of a degree of freedom. More...
 
 Ewoms::Properties::NEW_PROP_TAG (GlobalEqVector)
 Vector containing a quantity of for equation for each DOF of the whole grid. More...
 
 Ewoms::Properties::NEW_PROP_TAG (JacobianMatrix)
 Type of the global jacobian matrix. More...
 

Detailed Description

Base class for specifying auxiliary equations.

For example, these equations can be wells, non-neighboring connections, interfaces between model domains, etc.