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 ebc5f0a commit 1b80f6aCopy full SHA for 1b80f6a
Project.toml
@@ -33,6 +33,8 @@ StatsBase = "0.34"
33
Tullio = "0.3.5"
34
julia = "1.8"
35
36
-[sources.Jutul]
37
-rev = "battmo"
38
-url = "https://github.com/sintefmath/Jutul.jl"
+[extras]
+AlgebraicMultigrid = "2169fc97-5a83-5252-b627-83903c6c433c"
+
39
+[targets]
40
+test = ["AlgebraicMultigrid"]
test/3d_example_amg.jl
@@ -23,7 +23,7 @@ using AlgebraicMultigrid
23
timesteps = output[:timesteps]
24
cfg = output[:cfg]
25
26
- cfg[:info_level] = 0
+ cfg[:info_level] = -1
27
cfg[:failure_cuts_timestep] = false
28
29
solver = :fgmres
0 commit comments