Skip to content

Commit 77216ce

Browse files
get_new_W_γdt_cutoff
1 parent b66ecd3 commit 77216ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/OrdinaryDiffEqFIRK/src/OrdinaryDiffEqFIRK.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ 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, NewtonAlgorithm, fac_default_gamma
17+
PredictiveController, alg_can_repeat_jac, NewtonAlgorithm, fac_default_gamma,
18+
get_new_W_γdt_cutoff
1819
using MuladdMacro, DiffEqBase, RecursiveArrayTools
1920
using SciMLOperators: AbstractSciMLOperator
2021
using LinearAlgebra: I, UniformScaling, mul!, lu

0 commit comments

Comments
 (0)