Skip to content

Commit

Permalink
Update src/time_integration/paired_explicit_runge_kutta/methods_PERK2.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielDoehring authored Mar 20, 2024
1 parent 1b3d4f6 commit 1b94f83
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ function solve!(integrator::PERK2Integrator)
end

# Higher stages
for stage in 3:(alg.num_stages)
for stage in 3:alg.num_stages
# Construct current state
@threaded for i in eachindex(integrator.du)
integrator.u_tmp[i] = integrator.u[i] +
Expand Down

0 comments on commit 1b94f83

Please sign in to comment.