Transient simulation with adaptive time-stepping were not restarted correctly (their time-step was not fixed adequately)
Description of the solution
The issue was that the time-step value was not reset correctly when the time-step values vector was read in the checkpoint
How Has This Been Tested?
Added. a new test for this feature
Documentation
Changelog added
Comments
This class uses an old checkpointing mechanism that is not boost serialize. I will need to fix it. It will be a good opportunity to streamline the class afterwards also and make it simpler to understand. Maybe reduce the tree of possibilities in term of classes.
Description of the problem
Description of the solution
How Has This Been Tested?
Documentation
Comments