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 d0bef9e commit aae96bdCopy full SHA for aae96bd
lib/OrdinaryDiffEqFIRK/src/OrdinaryDiffEqFIRK.jl
@@ -13,7 +13,7 @@ import OrdinaryDiffEq: alg_order, calculate_residuals!,
13
NLStatus, qmax_default, alg_adaptive_order, DEFAULT_PRECS,
14
UJacobianWrapper, build_J_W, build_jac_config, UDerivativeWrapper,
15
Convergence, calc_J!, dolinsolve, FastConvergence, calc_J,
16
- mul!
+ mul!, stepsize_controller!
17
using MuladdMacro, DiffEqBase, RecursiveArrayTools
18
using SciMLOperators: AbstractSciMLOperator
19
using LinearAlgebra: I, UniformScaling
0 commit comments