Skip to content

Commit f409149

Browse files
authored
Update readme
1 parent f43f371 commit f409149

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ Currently boundary conditions defined in terms of derivatives at the boundary ar
3434
```
3535
## 2D Diffusion
3636
37+
# Dependencies
38+
using ModelingToolkit, MethodOfLines, LinearAlgebra, OrdinaryDiffEq, DomainSets
39+
using ModelingToolkit: Differential
40+
3741
# Variables, parameters, and derivatives
3842
@parameters t x y
3943
@variables u(..)

0 commit comments

Comments
 (0)