Skip to content

Commit

Permalink
Add termination_condition to solve options
Browse files Browse the repository at this point in the history
  • Loading branch information
utkarsh530 committed Oct 25, 2023
1 parent d9c3e74 commit 828bf5a
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 828bf5a

Please sign in to comment.