Skip to content

Commit e1689d8

Browse files
authored
Update FEM_example.jl (#122)
1 parent 55fb44e commit e1689d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/literate/applications/FEM_example.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -396,9 +396,9 @@ for i = 2:neltot
396396
end
397397
savefig("displacement2.png") # hide
398398

399-
#=
400-
![](displacement2.png)
399+
# ![](displacement2.png)
401400

401+
#=
402402
In this case, ignoring the dependency and treating the problem as a "normal" interval linear
403403
system would fail. The reason for this is that the matrix is not strongly regular, which is
404404
a necessary condition for the implemented algorithms to work.

0 commit comments

Comments
 (0)