diff --git a/partitioned-heat-conduction-schwarz/README.md b/partitioned-heat-conduction-overlap/README.md similarity index 75% rename from partitioned-heat-conduction-schwarz/README.md rename to partitioned-heat-conduction-overlap/README.md index d514b6950..a5309c712 100644 --- a/partitioned-heat-conduction-schwarz/README.md +++ b/partitioned-heat-conduction-overlap/README.md @@ -1,19 +1,19 @@ --- -title: Partitioned heat conduction with Schwarz-type domain decomposition -permalink: tutorials-partitioned-heat-conduction-schwarz.html +title: Partitioned heat conduction with overlapping Schwarz-type domain decomposition +permalink: tutorials-partitioned-heat-conduction-overlap.html keywords: FEniCS, Nutils, Heat conduction summary: We solve a simple heat equation. The domain is partitioned and the coupling is established in an overlapping-Schwarz-type domain decomposition. --- {% note %} -Get the [case files of this tutorial](https://github.com/precice/tutorials/tree/master/partitioned-heat-conduction-schwarz). Read how in the [tutorials introduction](https://www.precice.org/tutorials.html). +Get the [case files of this tutorial](https://github.com/precice/tutorials/tree/master/partitioned-heat-conduction-overlap). Read how in the [tutorials introduction](https://www.precice.org/tutorials.html). {% endnote %} ## Setup We solve a partitioned heat equation, but apply an overlapping Schwarz-type domain decomposition method in this tutorial. -![Case setup of partitioned-heat-conduction case with Schwarz-type domain decomposition](images/tutorials-partitioned-heat-conduction-schwarz-setup.png) +![Case setup of partitioned-heat-conduction case with overlapping Schwarz-type domain decomposition](images/tutorials-partitioned-heat-conduction-overlap-setup.png) ## Running the simulation diff --git a/partitioned-heat-conduction-schwarz/clean-tutorial.sh b/partitioned-heat-conduction-overlap/clean-tutorial.sh similarity index 100% rename from partitioned-heat-conduction-schwarz/clean-tutorial.sh rename to partitioned-heat-conduction-overlap/clean-tutorial.sh diff --git a/partitioned-heat-conduction-schwarz/fenics/clean.sh b/partitioned-heat-conduction-overlap/fenics/clean.sh similarity index 100% rename from partitioned-heat-conduction-schwarz/fenics/clean.sh rename to partitioned-heat-conduction-overlap/fenics/clean.sh diff --git a/partitioned-heat-conduction-schwarz/fenics/errorcomputation.py b/partitioned-heat-conduction-overlap/fenics/errorcomputation.py similarity index 100% rename from partitioned-heat-conduction-schwarz/fenics/errorcomputation.py rename to partitioned-heat-conduction-overlap/fenics/errorcomputation.py diff --git a/partitioned-heat-conduction-schwarz/fenics/heat.py b/partitioned-heat-conduction-overlap/fenics/heat.py similarity index 100% rename from partitioned-heat-conduction-schwarz/fenics/heat.py rename to partitioned-heat-conduction-overlap/fenics/heat.py diff --git a/partitioned-heat-conduction-schwarz/fenics/precice-adapter-config-L.json b/partitioned-heat-conduction-overlap/fenics/precice-adapter-config-L.json similarity index 100% rename from partitioned-heat-conduction-schwarz/fenics/precice-adapter-config-L.json rename to partitioned-heat-conduction-overlap/fenics/precice-adapter-config-L.json diff --git a/partitioned-heat-conduction-schwarz/fenics/precice-adapter-config-R.json b/partitioned-heat-conduction-overlap/fenics/precice-adapter-config-R.json similarity index 100% rename from partitioned-heat-conduction-schwarz/fenics/precice-adapter-config-R.json rename to partitioned-heat-conduction-overlap/fenics/precice-adapter-config-R.json diff --git a/partitioned-heat-conduction-schwarz/fenics/run.sh b/partitioned-heat-conduction-overlap/fenics/run.sh similarity index 100% rename from partitioned-heat-conduction-schwarz/fenics/run.sh rename to partitioned-heat-conduction-overlap/fenics/run.sh diff --git a/partitioned-heat-conduction-schwarz/images/.gitignore b/partitioned-heat-conduction-overlap/images/.gitignore similarity index 100% rename from partitioned-heat-conduction-schwarz/images/.gitignore rename to partitioned-heat-conduction-overlap/images/.gitignore diff --git a/partitioned-heat-conduction-schwarz/images/tikzcode.tex b/partitioned-heat-conduction-overlap/images/tikzcode.tex similarity index 100% rename from partitioned-heat-conduction-schwarz/images/tikzcode.tex rename to partitioned-heat-conduction-overlap/images/tikzcode.tex diff --git a/partitioned-heat-conduction-schwarz/images/tutorials-partitioned-heat-conduction-schwarz-setup.pdf b/partitioned-heat-conduction-overlap/images/tutorials-partitioned-heat-conduction-overlap-setup.pdf similarity index 100% rename from partitioned-heat-conduction-schwarz/images/tutorials-partitioned-heat-conduction-schwarz-setup.pdf rename to partitioned-heat-conduction-overlap/images/tutorials-partitioned-heat-conduction-overlap-setup.pdf diff --git a/partitioned-heat-conduction-schwarz/images/tutorials-partitioned-heat-conduction-schwarz-setup.png b/partitioned-heat-conduction-overlap/images/tutorials-partitioned-heat-conduction-overlap-setup.png similarity index 100% rename from partitioned-heat-conduction-schwarz/images/tutorials-partitioned-heat-conduction-schwarz-setup.png rename to partitioned-heat-conduction-overlap/images/tutorials-partitioned-heat-conduction-overlap-setup.png diff --git a/partitioned-heat-conduction-schwarz/precice-config.xml b/partitioned-heat-conduction-overlap/precice-config.xml similarity index 100% rename from partitioned-heat-conduction-schwarz/precice-config.xml rename to partitioned-heat-conduction-overlap/precice-config.xml