Base class for specifying auxiliary equations. More...
#include <ewoms/common/propertysystem.hh>
#include <ewoms/disc/common/fvbaseproperties.hh>
#include <set>
#include <vector>
Go to the source code of this file.
Classes | |
class | Ewoms::BaseAuxiliaryModule< TypeTag > |
Base class for specifying auxiliary equations. More... | |
Functions | |
Ewoms::Properties::NEW_TYPE_TAG (AuxModule) | |
Ewoms::Properties::NEW_PROP_TAG (Grid) | |
The type of the DUNE grid. | |
Ewoms::Properties::NEW_PROP_TAG (GridView) | |
The type of the grid view. | |
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. | |
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... | |
Base class for specifying auxiliary equations.
For example, these equations can be wells, non-neighboring connections, interfaces between model domains, etc.
Ewoms::Properties::NEW_PROP_TAG | ( | Scalar | ) |
Property to specify the type of scalar values.
The type of scalar values.
Ewoms::Properties::NEW_PROP_TAG | ( | GlobalEqVector | ) |
Vector containing a quantity of for equation for each DOF of the whole grid.
Vector containing a quantity of for equation on the whole grid.
Ewoms::Properties::NEW_PROP_TAG | ( | JacobianMatrix | ) |
Type of the global jacobian matrix.
Specifies the type of a global Jacobian matrix.