Skip to content

Commit

Permalink
examples: Update MPI notebook to contain reference to inner and outer…
Browse files Browse the repository at this point in the history
… halo terminology
  • Loading branch information
EdCaunt committed Feb 22, 2024
1 parent 2f27c9d commit 906cebb
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions examples/mpi/overview.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,7 @@
{
"cell_type": "code",
"execution_count": 6,
"metadata": {
"scrolled": false
},
"metadata": {},
"outputs": [
{
"name": "stdout",
Expand Down Expand Up @@ -624,15 +622,6 @@
"# u.data_with_halo[1]"
]
},
{
"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",
"\n",
"Note: This \"halo\" is often encountered as \"ghost cell area\" in literature"
]
},
{
"cell_type": "code",
"execution_count": 15,
Expand Down Expand Up @@ -918,9 +907,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
}

0 comments on commit 906cebb

Please sign in to comment.