Skip to content

Commit b66ecd3

Browse files
fac_default_gamma
1 parent 40b3b82 commit b66ecd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/OrdinaryDiffEqFIRK/src/OrdinaryDiffEqFIRK.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import OrdinaryDiffEq: alg_order, calculate_residuals!,
1414
UJacobianWrapper, build_J_W, build_jac_config, UDerivativeWrapper,
1515
Convergence, calc_J!, dolinsolve, FastConvergence, calc_J,
1616
stepsize_controller!, islinearfunction, step_accept_controller!, step_reject_controller!,
17-
PredictiveController, alg_can_repeat_jac
17+
PredictiveController, alg_can_repeat_jac, NewtonAlgorithm, fac_default_gamma
1818
using MuladdMacro, DiffEqBase, RecursiveArrayTools
1919
using SciMLOperators: AbstractSciMLOperator
2020
using LinearAlgebra: I, UniformScaling, mul!, lu

0 commit comments

Comments
 (0)