From f3fb72e3d652b44f3b8f8c2bf55be93861df7e11 Mon Sep 17 00:00:00 2001 From: Xin Li <lxin@kth.se> Date: Thu, 6 Sep 2018 21:56:55 +0200 Subject: [PATCH] updated READMD for lab1 --- lab1/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lab1/README.md b/lab1/README.md index 7275e95..ee05507 100644 --- a/lab1/README.md +++ b/lab1/README.md @@ -99,9 +99,11 @@ One issue that you need to consider is that of internal domain boundaries. Figur [background on the "Game of Life"](Game_of_life.md) to see how to fill the other ghost cells. Figure 1. Left-right domain decomposition. + <img src="lr_decomp.jpg" alt="Figure 1" width="400px"/> Figure 2. Ghost cells. + <img src="ghost.jpg" alt="Figure 2" width="400px"/> -- GitLab