Loading src/implementation/solvers/ode/tnlMersonSolver_impl.h +1 −1 Original line number Diff line number Diff line Loading @@ -182,8 +182,8 @@ bool tnlMersonSolver< Problem > :: solve( DofVectorType& u ) if( currentTau + time == this -> stopTime ) residue = lastResidue; time += currentTau; iteration ++; this -> refreshSolverMonitor(); } this -> refreshSolverMonitor(); /**** * Compute the new time step. Loading Loading
src/implementation/solvers/ode/tnlMersonSolver_impl.h +1 −1 Original line number Diff line number Diff line Loading @@ -182,8 +182,8 @@ bool tnlMersonSolver< Problem > :: solve( DofVectorType& u ) if( currentTau + time == this -> stopTime ) residue = lastResidue; time += currentTau; iteration ++; this -> refreshSolverMonitor(); } this -> refreshSolverMonitor(); /**** * Compute the new time step. Loading