Skip to content

Commit

Permalink
Update src/perform_step/rkn_perform_step.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Christopher Rackauckas <[email protected]>
  • Loading branch information
Shreyas-Ekanathan and ChrisRackauckas authored Apr 22, 2024
1 parent a055c5e commit a60f929
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/perform_step/rkn_perform_step.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1918,15 +1918,4 @@ end

integrator.stats.nf += 3
integrator.stats.nf2 += 1
#=
if integrator.opts.adaptive
uhat = dtsq * (1/6 * k₁ + 1/3 * k₂ + 0 * k₃)
duhat = dt * (1/6 * k₁ + 1/3 * k₂ + 0 * k₃)
utilde = ArrayPartition((duhat, uhat))
atmp = calculate_residuals(utilde, integrator.uprev, integrator.u,
integrator.opts.abstol, integrator.opts.reltol,
integrator.opts.internalnorm, t)
integrator.EEst = integrator.opts.internalnorm(atmp, t)
end
=#
end

0 comments on commit a60f929

Please sign in to comment.