Skip to content

Commit 5ce352a

Browse files
Merge pull request #950 from SciML/u/tc
Add termination_condition to solve options
2 parents d9c3e74 + 828bf5a commit 5ce352a

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
@@ -90,7 +90,9 @@ const allowedkeywords = (:dense,
9090
# If Solvers which internally use linsolve
9191
:linsolve_kwargs,
9292
# Solvers internally using EnsembleProblem
93-
:ensemblealg)
93+
:ensemblealg,
94+
# Termination condition for solvers
95+
:termination_condition)
9496

9597
const KWARGWARN_MESSAGE = """
9698
Unrecognized keyword arguments found.

0 commit comments

Comments
 (0)