The base class for the vertex centered finite volume discretization scheme.
More...
#include <vcfvdiscretization.hh>
|
| VcfvDiscretization (Simulator &simulator) |
|
size_t | numGridDof () const |
| Returns the number of global degrees of freedom (DOFs) due to the grid.
|
|
const DofMapper & | dofMapper () const |
| Mapper to convert the Dune entities of the discretization's degrees of freedoms are to indices.
|
|
template<class Restarter > |
void | serialize (Restarter &res) |
| Serializes the current state of the model.
|
|
template<class Restarter > |
void | deserialize (Restarter &res) |
| Deserializes the state of the model.
|
|
|
static std::string | discretizationName () |
| Returns a string of discretization's human-readable name.
|
|
template<class TypeTag>
class Opm::VcfvDiscretization< TypeTag >
The base class for the vertex centered finite volume discretization scheme.
◆ deserialize()
template<class TypeTag >
template<class Restarter >
Deserializes the state of the model.
- Template Parameters
-
Restarter | The type of the serializer class |
- Parameters
-
◆ serialize()
template<class TypeTag >
template<class Restarter >
Serializes the current state of the model.
- Template Parameters
-
Restarter | The type of the serializer class |
- Parameters
-
The documentation for this class was generated from the following file: