Skip to content

Commit 993a90a

Browse files
Changes made
2 parents 8c00b6f + 96a8cc6 commit 993a90a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

lib/OrdinaryDiffEqFIRK/src/OrdinaryDiffEqFIRK.jl

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ import OrdinaryDiffEq: alg_order, calculate_residuals!,
1313
NLStatus, qmax_default, alg_adaptive_order, DEFAULT_PRECS,
1414
UJacobianWrapper, build_J_W, build_jac_config, UDerivativeWrapper,
1515
Convergence, calc_J!, dolinsolve, FastConvergence, calc_J,
16-
mul!, PredictiveController
16+
stepsize_controller!, islinearfunction, step_accept_controller!, step_reject_controller!,
17+
PredictiveController
1718
using MuladdMacro, DiffEqBase, RecursiveArrayTools
1819
using SciMLOperators: AbstractSciMLOperator
19-
using LinearAlgebra: I, UniformScaling
20+
using LinearAlgebra: I, UniformScaling, mul!, lu
2021
import LinearSolve
2122
import FastBroadcast: @..
2223
include("algorithms.jl")
@@ -27,6 +28,6 @@ include("firk_tableaus.jl")
2728
include("firk_perform_step.jl")
2829
include("integrator_interface.jl")
2930

30-
export RadauIIA3, RadauIIA5
31+
export RadauIIA3, RadauIIA5, RadauIIA7
3132

3233
end

0 commit comments

Comments
 (0)