@@ -15,13 +15,13 @@ using BoundaryValueDiffEqCore: AbstractBoundaryValueDiffEqAlgorithm,
1515 safe_similar, __vec, __vec_f, __vec_f!, __vec_bc, __vec_bc!,
1616 recursive_flatten_twopoint!, __internal_nlsolve_problem,
1717 __extract_mesh, __extract_u0, __has_initial_guess,
18- __initial_guess_length, __cache_trait ,
19- __initial_guess_on_mesh, __flatten_initial_guess ,
20- __build_solution, __Fix3, get_dense_ad, _sparse_like,
21- AbstractErrorControl, DefectControl, GlobalErrorControl,
22- SequentialErrorControl, HybridErrorControl, HOErrorControl,
23- __use_both_error_control, __default_coloring_algorithm ,
24- DiffCacheNeeded, NoDiffCacheNeeded, __split_kwargs
18+ __initial_guess_length, __initial_guess_on_mesh ,
19+ __flatten_initial_guess, __build_solution, __Fix3 ,
20+ get_dense_ad, _sparse_like, AbstractErrorControl ,
21+ DefectControl, GlobalErrorControl, SequentialErrorControl ,
22+ HybridErrorControl, HOErrorControl, __use_both_error_control ,
23+ __default_coloring_algorithm, DiffCacheNeeded ,
24+ NoDiffCacheNeeded, __split_kwargs
2525
2626using ConcreteStructs: @concrete
2727using DiffEqBase: DiffEqBase
0 commit comments