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 40b3b82 commit b66ecd3Copy full SHA for b66ecd3
lib/OrdinaryDiffEqFIRK/src/OrdinaryDiffEqFIRK.jl
@@ -14,7 +14,7 @@ import OrdinaryDiffEq: alg_order, calculate_residuals!,
14
UJacobianWrapper, build_J_W, build_jac_config, UDerivativeWrapper,
15
Convergence, calc_J!, dolinsolve, FastConvergence, calc_J,
16
stepsize_controller!, islinearfunction, step_accept_controller!, step_reject_controller!,
17
- PredictiveController, alg_can_repeat_jac
+ PredictiveController, alg_can_repeat_jac, NewtonAlgorithm, fac_default_gamma
18
using MuladdMacro, DiffEqBase, RecursiveArrayTools
19
using SciMLOperators: AbstractSciMLOperator
20
using LinearAlgebra: I, UniformScaling, mul!, lu
0 commit comments