My Project
|
Provides the base class for most (all?) simulator vanguards. More...
#include <basevanguard.hh>
Public Member Functions | |
BaseVanguard (Simulator &simulator) | |
BaseVanguard (const BaseVanguard &)=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. | |
void | loadBalance () |
Distribute the grid (and attached data) over all processes. | |
void | addLgrs () |
Add LGRs to the grid, if any. | |
Protected Member Functions | |
void | finalizeInit_ () |
void | updateGridView_ () |
Provides the base class for most (all?) simulator vanguards.
|
inline |
Add LGRs to the grid, if any.
Only supported for CpGrid - for now.
|
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.