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 d84437b commit 96a8cc6Copy full SHA for 96a8cc6
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
- stepsize_controller!, islinearfunction
+ stepsize_controller!, islinearfunction, step_accept_controller!, step_reject_controller!
17
using MuladdMacro, DiffEqBase, RecursiveArrayTools
18
using SciMLOperators: AbstractSciMLOperator
19
using LinearAlgebra: I, UniformScaling, mul!, lu
0 commit comments