Skip to content
Snippets Groups Projects
Commit b1a13fd1 authored by jbathmann's avatar jbathmann Committed by Dmitri Naumov
Browse files

[NumLib/TimeStepping] Small fix on IterationNumberBasedTimeStepping

Introduced information flow whether the timestep was accepted or not.

This prevents the times in the timestepper and the external loop to diverge
which causes two issues otherwise:
1.) Endless loop at t --> t_end, if max_iter > largest multiplier
2.) Endless loop at t --> t_end, if nonlinear solver fails during
	execution
parent ed26f772
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment