@@ -9,18 +9,18 @@ import OrdinaryDiffEq: alg_order, calculate_residuals!,
99 OrdinaryDiffEqNewtonAlgorithm,
1010 AbstractController, DEFAULT_PRECS,
1111 CompiledFloats, uses_uprev,
12- NLNewton, alg_cache, _vec, _reshape, @cache ,
12+ NLNewton, alg_cache, _vec, _reshape, @cache ,
1313 isfsal, full_cache, build_nlsolver,
1414 nlsolve!, nlsolvefail, isnewton,
15- constvalue, _unwrap_val,
15+ constvalue, _unwrap_val,
1616 DIRK, set_new_W!,
17- du_alias_or_new, trivial_limiter!,
18- ImplicitEulerConstantCache,
17+ du_alias_or_new, trivial_limiter!,
18+ ImplicitEulerConstantCache,
1919 ImplicitEulerCache, COEFFICIENT_MULTISTEP,
2020 markfirststage!, UJacobianWrapper, mul!,
2121 issplit, qsteady_min_default, qsteady_max_default,
2222 get_current_alg_order, get_current_adaptive_order,
23- default_controller, stepsize_controller!, step_accept_controller!,
23+ default_controller, stepsize_controller!, step_accept_controller!,
2424 step_reject_controller!, post_newton_controller!
2525using TruncatedStacktraces, MuladdMacro, MacroTools, FastBroadcast, RecursiveArrayTools
2626import StaticArrays: SArray, MVector, SVector, @SVector , StaticArray, MMatrix, SA
0 commit comments