Skip to content

Commit

Permalink
Merge pull request #950 from SciML/u/tc
Browse files Browse the repository at this point in the history
Add termination_condition to solve options
  • Loading branch information
ChrisRackauckas authored Oct 25, 2023
2 parents d9c3e74 + 828bf5a commit 5ce352a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/solve.jl
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,9 @@ const allowedkeywords = (:dense,
# If Solvers which internally use linsolve
:linsolve_kwargs,
# Solvers internally using EnsembleProblem
:ensemblealg)
:ensemblealg,
# Termination condition for solvers
:termination_condition)

const KWARGWARN_MESSAGE = """
Unrecognized keyword arguments found.
Expand Down

0 comments on commit 5ce352a

Please sign in to comment.