We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69366dd commit 02cc6ebCopy full SHA for 02cc6eb
src/solve.jl
@@ -80,7 +80,12 @@ const allowedkeywords = (:dense,
80
# This is for copying/deepcopying noise in StochasticDiffEq
81
:alias_noise,
82
# This is for SimpleNonlinearSolve handling for batched Nonlinear Solves
83
- :batch)
+ :batch,
84
+ # `problem_type` is for BVPs. needed in Ensemble Solve
85
+ :problem_type,
86
+ # Shooting method in BVP needs to differentiate between these two categories
87
+ :nlsolve_kwargs,
88
+ :odesolve_kwargs)
89
90
const KWARGWARN_MESSAGE = """
91
Unrecognized keyword arguments found. Future versions will error.
0 commit comments