Provides the base class for most (all?) grid managers. More...
#include <basegridmanager.hh>
Public Member Functions | |
BaseGridManager (Simulator &simulator) | |
BaseGridManager (const BaseGridManager &)=delete | |
const GridView & | gridView () const |
Returns a reference to the grid view to be used. | |
int | gridSequenceNumber () const |
Returns the number of times the grid has been changed since its creation. More... | |
void | loadBalance () |
Distribute the grid (and attached data) over all processes. | |
Protected Member Functions | |
void | finalizeInit_ () |
Provides the base class for most (all?) grid managers.
|
inline |
Returns the number of times the grid has been changed since its creation.
This basically says how often the grid has been adapted in the current simulation run.