Skip to content

Commit

Permalink
Update FEM_example.jl (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaferranti authored Jan 30, 2022
1 parent 55fb44e commit e1689d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/literate/applications/FEM_example.jl
Original file line number Diff line number Diff line change
Expand Up @@ -396,9 +396,9 @@ for i = 2:neltot
end
savefig("displacement2.png") # hide

#=
![](displacement2.png)
# ![](displacement2.png)

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

0 comments on commit e1689d8

Please sign in to comment.