1#ifndef IPPL_BASE_MANAGER_H
2#define IPPL_BASE_MANAGER_H
64 for (
int it = 0; it < nt; it++) {
virtual ~BaseManager()=default
void run(int nt)
The main for loop fro running a simulation.
virtual void pre_step()
A method that should be used for preparation before perfoming a step of simulation.
virtual void post_step()
A method that should be used after perfoming a step of simulation.
virtual void advance()=0
A method that should be used to execute/advance a step of simulation.
virtual void pre_run()
A method that should be used for setting up the simulation.