From 54196a503093d0ffe5e321674e272b80e4f9b8e9 Mon Sep 17 00:00:00 2001 From: Martin Bauer <martin.bauer@fau.de> Date: Fri, 22 Mar 2019 16:15:10 +0100 Subject: [PATCH] pystencils: Corrected tutorial numbering --- doc/notebooks/02_tutorial_basic_kernels.ipynb | 2 +- doc/notebooks/03_tutorial_datahandling.ipynb | 2 +- doc/notebooks/04_tutorial_advection_diffusion.ipynb | 4 ++-- .../05_tutorial_phasefield_spinodal_decomposition.ipynb | 4 ++-- doc/notebooks/06_tutorial_phasefield_dentritic_growth.ipynb | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/notebooks/02_tutorial_basic_kernels.ipynb b/doc/notebooks/02_tutorial_basic_kernels.ipynb index 400d114..d5541ea 100644 --- a/doc/notebooks/02_tutorial_basic_kernels.ipynb +++ b/doc/notebooks/02_tutorial_basic_kernels.ipynb @@ -736,7 +736,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.6.5" + "version": "3.7.2" } }, "nbformat": 4, diff --git a/doc/notebooks/03_tutorial_datahandling.ipynb b/doc/notebooks/03_tutorial_datahandling.ipynb index 75a7209..dfa0d27 100644 --- a/doc/notebooks/03_tutorial_datahandling.ipynb +++ b/doc/notebooks/03_tutorial_datahandling.ipynb @@ -43,7 +43,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "# Tutorial 06: Datahandling" + "# Tutorial 03: Datahandling" ] }, { diff --git a/doc/notebooks/04_tutorial_advection_diffusion.ipynb b/doc/notebooks/04_tutorial_advection_diffusion.ipynb index e3f3942..250f2a3 100644 --- a/doc/notebooks/04_tutorial_advection_diffusion.ipynb +++ b/doc/notebooks/04_tutorial_advection_diffusion.ipynb @@ -13,7 +13,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "# Tutorial 03: Advection Diffusion - Simple finite differences discretization\n", + "# Tutorial 04: Advection Diffusion - Simple finite differences discretization\n", "\n", "In this tutorial we demonstrate how to use the discretization layer on top of *pystencils*, that defines how continuous differential operators are discretized. The result of this discretization layer are stencil equations which are used to generated C or CUDA code.\n", "\n", @@ -201,7 +201,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.6.5" + "version": "3.7.2" } }, "nbformat": 4, diff --git a/doc/notebooks/05_tutorial_phasefield_spinodal_decomposition.ipynb b/doc/notebooks/05_tutorial_phasefield_spinodal_decomposition.ipynb index 72c458f..f9b40be 100644 --- a/doc/notebooks/05_tutorial_phasefield_spinodal_decomposition.ipynb +++ b/doc/notebooks/05_tutorial_phasefield_spinodal_decomposition.ipynb @@ -13,7 +13,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "# Tutorial 04: Phase-field simulation of spinodal decomposition\n", + "# Tutorial 05: Phase-field simulation of spinodal decomposition\n", "\n", "In this series of demos, we show how to implement simple phase field models using finite differences.\n", "We implement examples from the book **Programming Phase-Field Modelling** by S. Bulent Biner. \n", @@ -413,7 +413,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.6.5" + "version": "3.7.2" } }, "nbformat": 4, diff --git a/doc/notebooks/06_tutorial_phasefield_dentritic_growth.ipynb b/doc/notebooks/06_tutorial_phasefield_dentritic_growth.ipynb index f3bd93a..3bde442 100644 --- a/doc/notebooks/06_tutorial_phasefield_dentritic_growth.ipynb +++ b/doc/notebooks/06_tutorial_phasefield_dentritic_growth.ipynb @@ -15,7 +15,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "# Tutorial 05: Phase-field simulation of dentritic solidification\n", + "# Tutorial 06: Phase-field simulation of dentritic solidification\n", "\n", "This is the second tutorial on phase field methods with pystencils. Make sure to read the previous tutorial first. \n", "\n", @@ -442,7 +442,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.6.5" + "version": "3.7.2" } }, "nbformat": 4, -- GitLab