Skip to content

Commit 828bf5a

Browse files
committed
Add termination_condition to solve options
1 parent d9c3e74 commit 828bf5a

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)