Skip to content

Commit 25b5386

Browse files
committed
TEMPORARY: print test value
1 parent 985efca commit 25b5386

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

examples/Example212_PeriodicElasticity2D.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,8 @@ end
185185

186186
generateplots = ExtendableFEM.default_generateplots(Example212_PeriodicElasticity2D, "example212.png") #hide
187187
function runtests() #hide
188-
sol1, _ = main(use_LM_restrictions = false, threads = 1) #hide
188+
sol1, _ = main(use_LM_restrictions = false, threads = 1)
189+
@show abs(maximum(view(sol1[1]))) #hide
189190
@test abs(maximum(view(sol1[1])) - 1.3447465095618172) < 1.0e-3 #hide
190191

191192
sol2, _ = main(use_LM_restrictions = false, threads = 4) #hide

0 commit comments

Comments
 (0)