From af1f0a4b28622dd6ef8fd0adc666e8ed28b03794 Mon Sep 17 00:00:00 2001
From: Dmitri Naumov <dmitri.naumov@ufz.de>
Date: Thu, 21 Sep 2023 18:14:20 +0200
Subject: [PATCH] [T/M] Renumber resulting mesh's material ids

This avoids mentioning of the material id 6 in the medium
definition.
---
 .../Linear_Disc_with_hole_convergence_analysis.ipynb            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Tests/Data/Mechanics/Linear/DiscWithHole/Linear_Disc_with_hole_convergence_analysis.ipynb b/Tests/Data/Mechanics/Linear/DiscWithHole/Linear_Disc_with_hole_convergence_analysis.ipynb
index 430a78d9518..d5ff704aebc 100644
--- a/Tests/Data/Mechanics/Linear/DiscWithHole/Linear_Disc_with_hole_convergence_analysis.ipynb
+++ b/Tests/Data/Mechanics/Linear/DiscWithHole/Linear_Disc_with_hole_convergence_analysis.ipynb
@@ -568,7 +568,7 @@
    "source": [
     "for idx in STUDY_indices:\n",
     "    input_file = f\"{out_dir}/disc_with_hole_idx_is_{idx}.msh\"\n",
-    "    ! msh2vtu --ogs -o {out_dir}/disc_with_hole_idx_is_{idx} {input_file}"
+    "    ! msh2vtu -r --ogs -o {out_dir}/disc_with_hole_idx_is_{idx} {input_file}"
    ]
   },
   {
-- 
GitLab