From bd8823000daa87cf06b6dbb04c40685a25b03ea5 Mon Sep 17 00:00:00 2001 From: Edward Caunt Date: Fri, 23 Feb 2024 11:34:43 +0000 Subject: [PATCH] examples: Add reference to inner and outer halos to MPI notebook --- examples/mpi/overview.ipynb | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/examples/mpi/overview.ipynb b/examples/mpi/overview.ipynb index 7b4647814e..ff03eacaad 100644 --- a/examples/mpi/overview.ipynb +++ b/examples/mpi/overview.ipynb @@ -154,9 +154,7 @@ { "cell_type": "code", "execution_count": 6, - "metadata": { - "scrolled": false - }, + "metadata": {}, "outputs": [ { "name": "stdout", @@ -628,7 +626,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "This is again a global data view. The shown *with_halo* is the \"true\" halo surrounding the physical domain, **not** the halo used for the MPI halo exchanges (often referred to as \"ghost region\"). So it gets trivial for a user to initialize the \"true\" halo region (which is typically read by a stencil `Eq` when an `Operator` iterates in proximity of the domain bounday).\n", + "This is again a global data view. The shown *with_halo* is the \"true\" halo surrounding the physical domain (often referred to as the \"outer halo\"), **not** the halo used for the MPI halo exchanges (often referred to as \"ghost region\" or \"inner halo\"). A user can straightforwardly initialize the \"true\" halo region (which is typically read by a stencil `Eq` when an `Operator` iterates in proximity of the domain bounday).\n", "\n", "Note: This \"halo\" is often encountered as \"ghost cell area\" in literature" ] @@ -918,9 +916,9 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.8.10" + "version": "3.11.5" } }, "nbformat": 4, - "nbformat_minor": 2 + "nbformat_minor": 4 }