@@ -429,12 +429,12 @@ include("precompilation_setup.jl")
429429 eval (
430430 Expr (
431431 :public ,
432- :AbstractController , :AbstractControllerCache , :AbstractNLSolver , :AbstractNLSolverAlgorithm , :AbstractThreadingOption ,
432+ :AbstractController , :AbstractControllerCache , :AbstractNLSolver , :AbstractNLSolverAlgorithm , :AbstractNLSolverCache , : AbstractThreadingOption ,
433433 :accept_step_controller , :alg_adaptive_order , :alg_autodiff , :alg_cache , :alg_difftype , :alg_extrapolates ,
434- :alg_maximum_order , :alg_stability_size , :AutoAlgSwitch , :AutoSwitch , :BaseThreads ,
434+ :alg_maximum_order , :alg_stability_size , :AutoAlgSwitch , :AutoSwitch , :AutoSwitchCache , : BaseThreads ,
435435 :beta1_default , :beta2_default , Symbol (" @cache" ), :COEFFICIENT_MULTISTEP , :CommonControllerOptions , :CompositeAlgorithm ,
436436 :CompositeController , :constvalue , :Convergence , :current_extrapolant ,
437- :current_interpolant , :DAEAlgorithm , :default_autoswitch , :default_controller , :default_linear_interpolation ,
437+ :current_interpolant , :DAEAlgorithm , :default_autoswitch , :DefaultCache , : default_controller , :default_linear_interpolation ,
438438 :default_nlsolve , :DEOptions , :DIRK , :Divergence , :dt_required , :DummyController ,
439439 :explicit_rk_docstring , :ExponentialAlgorithm , :FastConvergence , :gamma_default , :generic_solver_docstring ,
440440 :get_current_adaptive_order , :get_current_alg_autodiff , :get_differential_vars , :get_EEst , :get_failfactor , :get_fsalfirstlast ,
@@ -477,7 +477,7 @@ include("precompilation_setup.jl")
477477 # Integrator step / cache / initialization hooks.
478478 :_ode_init , :_determine_initdt , :ode_determine_initdt , :_initialize_dae! ,
479479 :find_algebraic_vars_eqs , :postamble! , :apply_step! , :last_step_failed , :reset_alg_dependent_opts! ,
480- :resolve_basic ,
480+ :handle_callback_modifiers! , : resolve_basic, :resolve_stage_step_limiters ,
481481 # Noise hooks used by the SDE/RODE solver sublibs.
482482 :accept_noise! , :reinit_noise! , :reject_noise! , :save_noise! , :noise_curt ,
483483 :is_noise_saveable ,
@@ -487,7 +487,7 @@ include("precompilation_setup.jl")
487487 # OrdinaryDiffEqCache trio: every StochasticDiffEq solver cache subtypes one
488488 # of these, so they are a required solver-author extension point.
489489 :StochasticDiffEqCache , :StochasticDiffEqConstantCache ,
490- :StochasticDiffEqMutableCache ,
490+ :StochasticDiffEqMutableCache , :trivial_limiter! ,
491491 )
492492 )
493493end
0 commit comments