Skip to content

Commit 1693b76

Browse files
committed
add some toggles
1 parent 47756f0 commit 1693b76

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lib/NonlinearSolveBase/src/verbosity.jl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1+
using Base.ScopedValues
2+
const non_linear_verbose = ScopedValue(NonlinearVerbosity())
3+
14
mutable struct NonlinearErrorControlVerbosity
5+
immutable_u0::Verbosity.Type
6+
non_enclosing_interval::Verbosity.Type
7+
28
function NonlinearErrorControlVerbosity()
39
new()
410
end

0 commit comments

Comments
 (0)