Skip to content

Commit e0edf35

Browse files
Divergence
1 parent aa3c329 commit e0edf35

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/OrdinaryDiffEqFIRK/src/OrdinaryDiffEqFIRK.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ import OrdinaryDiffEq: alg_order, calculate_residuals!,
1515
Convergence, calc_J!, dolinsolve, FastConvergence, calc_J,
1616
stepsize_controller!, islinearfunction, step_accept_controller!, step_reject_controller!,
1717
PredictiveController, alg_can_repeat_jac, NewtonAlgorithm, fac_default_gamma,
18-
get_new_W_γdt_cutoff, get_current_adaptive_order, VerySlowConvergence
18+
get_new_W_γdt_cutoff, get_current_adaptive_order, VerySlowConvergence,
19+
Divergence
1920
using MuladdMacro, DiffEqBase, RecursiveArrayTools
2021
using SciMLOperators: AbstractSciMLOperator
2122
using LinearAlgebra: I, UniformScaling, mul!, lu

0 commit comments

Comments
 (0)