@@ -22,7 +22,11 @@ using SciMLBase: SciMLBase, ReturnCode, AbstractODEIntegrator, AbstractNonlinear
2222 NonlinearFunction, NLStats, LinearProblem,
2323 LinearAliasSpecifier, ImmutableNonlinearProblem, NonlinearAliasSpecifier,
2424 promote_u0, get_concrete_u0, get_concrete_p,
25- has_kwargs, extract_alg, promote_u0, checkkwargs, SteadyStateProblem
25+ has_kwargs, extract_alg, promote_u0, checkkwargs, SteadyStateProblem,
26+ allowedkeywords, KWARGWARN_MESSAGE, KWARGERROR_MESSAGE, CommonKwargError,
27+ KeywordArgError, KeywordArgWarn, KeywordArgSilent, INCOMPATIBLE_U0_MESSAGE,
28+ IncompatibleInitialConditionError, NO_DEFAULT_ALGORITHM_MESSAGE, NoDefaultAlgorithmError,
29+ NON_SOLVER_MESSAGE, NonSolverError, DIRECT_AUTODIFF_INCOMPATIBILITY_MESSAGE, DirectAutodiffError
2630import SciMLBase: solve, init, __init, __solve, wrap_sol, get_root_indp, isinplace, remake
2731using SciMLJacobianOperators: JacobianOperator, StatefulJacobianOperator
2832using SciMLOperators: AbstractSciMLOperator, IdentityOperator
0 commit comments