Skip to content

Commit 838f244

Browse files
VerySlowConvergence
1 parent 1b4e2b7 commit 838f244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/OrdinaryDiffEqFIRK/src/OrdinaryDiffEqFIRK.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ 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
18+
get_new_W_γdt_cutoff, get_current_adaptive_order, VerySlowConvergence
1919
using MuladdMacro, DiffEqBase, RecursiveArrayTools
2020
using SciMLOperators: AbstractSciMLOperator
2121
using LinearAlgebra: I, UniformScaling, mul!, lu

0 commit comments

Comments
 (0)