Skip to content

Commit 5ff3fb0

Browse files
committed
Minor
1 parent 7e51624 commit 5ff3fb0

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

test/DistributedTests/GeometricalDifferentiationTests.jl

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -261,17 +261,14 @@ function main(distribute,np)
261261
n = 12
262262
model = generate_model(D,n,ranks,mesh_partition)
263263

264-
i_am_main(ranks) && println(" >> Case 0")
265264
φ0 = level_set(:circle_2)
266265
f0((x,y)) = VectorValue((1-x)^2,(1-y)^2)
267266
main_normal(model,φ0,f0)
268267

269-
i_am_main(ranks) && println(" >> Case 1")
270268
φ1 = level_set(:circle)
271269
f1(x) = 1.0
272270
main_generic(model,φ1,f1)
273271

274-
i_am_main(ranks) && println(" >> Case 2")
275272
φ2 = level_set(:circle)
276273
f2(x) = x[1] + x[2]
277274
main_generic(model,φ2,f2)
@@ -283,10 +280,9 @@ function main(distribute,np)
283280
n = 8
284281
model = generate_model(D,n,ranks,mesh_partition)
285282

286-
i_am_main(ranks) && println(" >> Case 3")
287-
φ3 = level_set(:sphere)
288-
f3(x) = x[1] + x[2]
289-
main_generic(model,φ3,f3)
283+
# φ3 = level_set(:sphere)
284+
# f3(x) = x[1] + x[2]
285+
# main_generic(model,φ3,f3)
290286
end
291287

292288
end

0 commit comments

Comments
 (0)