You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,3 +18,6 @@ FD and FCFV models of incompressible Stokes flow with many inclusions of variabl
18
18
2. Open the folder in a dedicated VScode window
19
19
3. Open Julia's REPL and type to switch to package mode: `]`
20
20
5. Install all necessary dependencies, type: `instantiate`
21
+
22
+
## Known issue
23
+
Some script rely on [ParallelStencil](https://github.com/omlins/ParallelStencil.jl). Scripts that initialize ParallelStencil in 2D and scripts that used 3D cannot be run within the same Julia session because of the macro-based design of ParallelStencil. Instead, Julia needs to be restarted to account for the differrent macros in 2D and 3D.
0 commit comments