diff --git a/slides/img/box.png b/slides/img/box.png index 2f5da63065acbef8058d79243e68dfecaada96c0..59c4bc8d7e2001fd6fd6d05027b63c8441e21db3 100644 Binary files a/slides/img/box.png and b/slides/img/box.png differ diff --git a/slides/img/ccmpfa.png b/slides/img/ccmpfa.png index 6eb8dbe53401a1a476018ae2ffc2482106ec770d..e3bf41b852c85e15fe41e008d9260b3762744bd2 100644 Binary files a/slides/img/ccmpfa.png and b/slides/img/ccmpfa.png differ diff --git a/slides/img/cctpfa.png b/slides/img/cctpfa.png index a6c4d16dddd1e366a70cd939d41c677c6c0f6ba4..59c9212f23e30185137ca62f245f2b8d7e227a2d 100644 Binary files a/slides/img/cctpfa.png and b/slides/img/cctpfa.png differ diff --git a/slides/img/fcdiamond.png b/slides/img/fcdiamond.png new file mode 100644 index 0000000000000000000000000000000000000000..87a412ab90fdb9d5112a7c7ed0b32ae41163739e Binary files /dev/null and b/slides/img/fcdiamond.png differ diff --git a/slides/img/fcstaggered.png b/slides/img/fcstaggered.png new file mode 100644 index 0000000000000000000000000000000000000000..e8cece8460c27e4dcdb1bd22788bd04b994f70be Binary files /dev/null and b/slides/img/fcstaggered.png differ diff --git a/slides/img/pq1bubble.png b/slides/img/pq1bubble.png new file mode 100644 index 0000000000000000000000000000000000000000..db33b9beee2323123772394a6d0d6a4401c55d3b Binary files /dev/null and b/slides/img/pq1bubble.png differ diff --git a/slides/img/staggered_grid.png b/slides/img/staggered_grid.png deleted file mode 100644 index ad0af52fd5514007bf1eef5f6e93a84c37de47a0..0000000000000000000000000000000000000000 Binary files a/slides/img/staggered_grid.png and /dev/null differ diff --git a/slides/intro.md b/slides/intro.md index eb60cfc8aa26a21423a063fc4d6e9c684f1ce978..27a15f22a35b5c85f9fd5950f8fb2d396086dcbd 100644 --- a/slides/intro.md +++ b/slides/intro.md @@ -366,6 +366,18 @@ method with piecewise linear polynomial functions ($\mathrm{P}_1/\mathrm{Q}_1$) <img src="img/box.png" width="70%"/> +## Diamond Scheme + +Face-centered finite-volume scheme based on non-conforming finite-element spaces + +<img src="img/fcdiamond.png" width="70%"/> + +## PQ1 Bubble Scheme + +Control-volume finite element scheme based on $\mathrm{P}_1/\mathrm{Q}_1$ basis functions with enrichment by a bubble function + +<img src="img/pq1bubble.png" width="70%"/> + ## Finite Volume Method on Staggered Control Volumes * Uses a finite volume method with different staggered control volumes for different equations @@ -375,7 +387,7 @@ method with piecewise linear polynomial functions ($\mathrm{P}_1/\mathrm{Q}_1$) ## Staggered Grid Discretization -<img src="img/staggered_grid.png"/> +<img src="img/fcstaggered.png"/> # Model Components