Merge request to improve the readability of the main simulation run and clarify aspects?
-
Why is processManager.update
afterstep++
and refreshing thesimulationState
state? This causes step in output to start at 1 and not 0. Could theprocessManager.update
also be inupdateCallbacks
? (cc @hm-mgoedel )