Skip to content

Commit

Permalink
fix ESDIRK54I8L2SA
Browse files Browse the repository at this point in the history
  • Loading branch information
kanav99 committed Jul 16, 2019
1 parent fb62fda commit d10a9f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/perform_step/sdirk_perform_step.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1075,7 +1075,7 @@ end
@muladd function perform_step!(integrator, cache::ESDIRK54I8L2SACache, repeat_step=false)
@unpack t,dt,uprev,u,f,p = integrator
@unpack z₁,z₂,z₃,z₄,z₅,z₆,z₇,z₈,atmp,nlsolver = cache
@unpack k,tmp = cache
@unpack k,tmp = nlsolver
@unpack γ,
a31, a32,
a41, a42, a43,
Expand Down

0 comments on commit d10a9f5

Please sign in to comment.