We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2900d0e commit 5e57223Copy full SHA for 5e57223
test/core.jl
@@ -1,5 +1,8 @@
1
using SteadyStateDiffEq, NonlinearSolve, Sundials, OrdinaryDiffEq, DiffEqCallbacks, Test
2
using NonlinearSolve.NonlinearSolveBase
3
+using NonlinearSolve.NonlinearSolveBase: NormTerminationMode, RelTerminationMode, RelNormTerminationMode
4
+ AbsTerminationMode, AbsNormTerminationMode, RelSafeTerminationMode, AbsSafeTerminationMode,
5
+ RelSafeBestTerminationMode, AbsSafeBestTerminationMode
6
7
function f(du, u, p, t)
8
du[1] = 2 - 2u[1]
0 commit comments