Skip to content

Commit e12a253

Browse files
authored
Don't use changes in e to set the QSS timestep (#638)
1 parent 7a9abf1 commit e12a253

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

integration/QSS/actual_integrator.H

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -440,9 +440,6 @@ void actual_integrator (burn_t& state, Real dt)
440440
max_diff = amrex::max(max_diff, dX / state.xn[n-1]);
441441
}
442442

443-
Real de = std::abs(state.e - predictor_state.e);
444-
max_diff = amrex::max(max_diff, de / state.e);
445-
446443
// If the relative diff was smaller than the requested tolerance factor, we're done.
447444
// Otherwise, cut dt and try again.
448445

0 commit comments

Comments
 (0)