Is there a way to restart the simulation from where it last stopped, instead of starting over?
Hello @sharmamd,
Yes there is a way to restart the simulation, you can do this using Checkpointing and by setting Resume computation
(a Global parameter) = true
or auto
. Choosing auto
will start a model from t=0 if ASPECT doesn’t detect a restart file in the output directory, or will restart from the checkpoint if ASPECT does detect a restart file in the output directory. I hope this helps!
Cheers,
Daniel
Thanks @daniel.douglas