Skip to content

Commit

Permalink
remove J and W: bdf and ImplicitEuler
Browse files Browse the repository at this point in the history
  • Loading branch information
kanav99 committed Jul 13, 2019
1 parent d2c64aa commit d4ec769
Show file tree
Hide file tree
Showing 6 changed files with 67 additions and 159 deletions.
2 changes: 1 addition & 1 deletion src/bdf_utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ end
# Implementation of an Adaptive BDF2 Formula and Comparison with the MATLAB Ode15s paper
# E. Alberdi Celaya, J. J. Anza Aguirrezabala, and P. Chatzipantelidis
function reinterpolate_history!(cache::OrdinaryDiffEqMutableCache, D, R, k)
@unpack tmp = cache
@unpack tmp = cache.nlsolver
fill!(tmp,zero(eltype(D[1])))
for j = 1:k
for k = 1:k
Expand Down
Loading

0 comments on commit d4ec769

Please sign in to comment.