Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.

Commit 5d620e5

Browse files
authored
Update mol_heat.md
Adding solution png for stationary laplace problem.
1 parent 50715aa commit 5d620e5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/src/symbolic_tutorials/mol_heat.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,3 +276,5 @@ xs,ys = [infimum(d.domain):dx:supremum(d.domain) for d in domains]
276276
u_sol = reshape(sol.u, (length(xs),length(ys)))
277277
plot(xs, ys, u_sol, linetype=:contourf,title = "solution")
278278
```
279+
![solution](https://user-images.githubusercontent.com/620651/121951649-0b701e00-cd10-11eb-8af8-b203f7f13abc.png)
280+

0 commit comments

Comments
 (0)