Skip to content

Commit

Permalink
Divergence
Browse files Browse the repository at this point in the history
  • Loading branch information
ParamThakkar123 committed Jul 25, 2024
1 parent aa3c329 commit e0edf35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/OrdinaryDiffEqFIRK/src/OrdinaryDiffEqFIRK.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ import OrdinaryDiffEq: alg_order, calculate_residuals!,
Convergence, calc_J!, dolinsolve, FastConvergence, calc_J,
stepsize_controller!, islinearfunction, step_accept_controller!, step_reject_controller!,
PredictiveController, alg_can_repeat_jac, NewtonAlgorithm, fac_default_gamma,
get_new_W_γdt_cutoff, get_current_adaptive_order, VerySlowConvergence
get_new_W_γdt_cutoff, get_current_adaptive_order, VerySlowConvergence,
Divergence
using MuladdMacro, DiffEqBase, RecursiveArrayTools
using SciMLOperators: AbstractSciMLOperator
using LinearAlgebra: I, UniformScaling, mul!, lu
Expand Down

0 comments on commit e0edf35

Please sign in to comment.