My Project
|
The base class for the vertex centered finite volume discretization scheme. More...
#include <vcfvdiscretization.hh>
Public Member Functions | |
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 Public Member Functions | |
static std::string | discretizationName () |
Returns a string of discretization's human-readable name. | |
The base class for the vertex centered finite volume discretization scheme.
|
inline |
Deserializes the state of the model.
Restarter | The type of the serializer class |
res | The serializer object |
|
inline |
Serializes the current state of the model.
Restarter | The type of the serializer class |
res | The serializer object |