Skip to content

Commit 1e5d934

Browse files
authored
Allow batch kwarg for SimpleNonlinearSolve
1 parent 2f6c988 commit 1e5d934

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/solve.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,9 @@ const allowedkeywords = (:dense,
7878
# Jump problems
7979
:alias_jump,
8080
# This is for copying/deepcopying noise in StochasticDiffEq
81-
:alias_noise)
81+
:alias_noise,
82+
# This is for SimpleNonlinearSolve handling for batched Nonlinear Solves
83+
:batch)
8284

8385
const KWARGWARN_MESSAGE = """
8486
Unrecognized keyword arguments found. Future versions will error.

0 commit comments

Comments
 (0)