Skip to content
Snippets Groups Projects
Commit 7e3e4035 authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[NL] TS; Drop end time condition.

parent 65840db0
No related branches found
No related tags found
No related merge requests found
......@@ -55,13 +55,6 @@ bool IterationNumberBasedTimeStepping::next(double const /*solution_error*/,
{
_iter_times = number_iterations;
// check current time step
if (std::abs(_ts_current.current() - end()) <
std::numeric_limits<double>::epsilon())
{
return false;
}
// confirm current time and move to the next if accepted
if (accepted())
{
......
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