Skip to content
Snippets Groups Projects
Commit cc17f0dd authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Fixing the monitor refreshing in the Merson solver.

parent 4b41a1ef
No related branches found
No related tags found
No related merge requests found
...@@ -182,8 +182,8 @@ bool tnlMersonSolver< Problem > :: solve( DofVectorType& u ) ...@@ -182,8 +182,8 @@ bool tnlMersonSolver< Problem > :: solve( DofVectorType& u )
if( currentTau + time == this -> stopTime ) residue = lastResidue; if( currentTau + time == this -> stopTime ) residue = lastResidue;
time += currentTau; time += currentTau;
iteration ++; iteration ++;
this -> refreshSolverMonitor();
} }
this -> refreshSolverMonitor();
/**** /****
* Compute the new time step. * Compute the new time step.
......
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