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 e0edf35 commit 66d3a86Copy full SHA for 66d3a86
lib/OrdinaryDiffEqFIRK/src/OrdinaryDiffEqFIRK.jl
@@ -16,7 +16,7 @@ import OrdinaryDiffEq: alg_order, calculate_residuals!,
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, VerySlowConvergence,
19
- Divergence
+ Divergence, isfirk
20
using MuladdMacro, DiffEqBase, RecursiveArrayTools
21
using SciMLOperators: AbstractSciMLOperator
22
using LinearAlgebra: I, UniformScaling, mul!, lu
0 commit comments