Skip to content

Commit

Permalink
fix ImplicitEuler
Browse files Browse the repository at this point in the history
  • Loading branch information
kanav99 committed Jul 15, 2019
1 parent 5c2c02e commit 8cea624
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 @@ -97,7 +97,7 @@ end
z .= zero(eltype(u))
end

nlsolver.tmp = uprev
nlsolver.tmp .= uprev
z = nlsolve!(integrator, cache)
nlsolvefail(nlsolver) && return
@.. u = uprev + z
Expand Down

0 comments on commit 8cea624

Please sign in to comment.