We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b4e2b7 commit 838f244Copy full SHA for 838f244
lib/OrdinaryDiffEqFIRK/src/OrdinaryDiffEqFIRK.jl
@@ -15,7 +15,7 @@ import OrdinaryDiffEq: alg_order, calculate_residuals!,
15
Convergence, calc_J!, dolinsolve, FastConvergence, calc_J,
16
stepsize_controller!, islinearfunction, step_accept_controller!, step_reject_controller!,
17
PredictiveController, alg_can_repeat_jac, NewtonAlgorithm, fac_default_gamma,
18
- get_new_W_γdt_cutoff, get_current_adaptive_order
+ get_new_W_γdt_cutoff, get_current_adaptive_order, VerySlowConvergence
19
using MuladdMacro, DiffEqBase, RecursiveArrayTools
20
using SciMLOperators: AbstractSciMLOperator
21
using LinearAlgebra: I, UniformScaling, mul!, lu
0 commit comments