File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ const linear_defaults = Dict{Symbol, Verbosity.Type}(
10
10
:KrylovJL_verbosity => Verbosity. None (),
11
11
:HYPRE_verbosity => Verbosity. Level (1 )
12
12
)
13
- mutable struct LinearErrorControlVerbosity
13
+ struct LinearErrorControlVerbosity
14
14
default_lu_fallback:: Verbosity.Type
15
15
16
16
function LinearErrorControlVerbosity (;
@@ -41,7 +41,7 @@ mutable struct LinearErrorControlVerbosity
41
41
end
42
42
end
43
43
44
- mutable struct LinearPerformanceVerbosity
44
+ struct LinearPerformanceVerbosity
45
45
no_right_preconditioning:: Verbosity.Type
46
46
47
47
function LinearPerformanceVerbosity (;
@@ -72,7 +72,7 @@ mutable struct LinearPerformanceVerbosity
72
72
end
73
73
end
74
74
75
- mutable struct LinearNumericalVerbosity
75
+ struct LinearNumericalVerbosity
76
76
using_IterativeSolvers:: Verbosity.Type
77
77
IterativeSolvers_iterations:: Verbosity.Type
78
78
KrylovKit_verbosity:: Verbosity.Type
You can’t perform that action at this time.
0 commit comments