From 3aebef036871cf0be5b0eb0e01dabb9893de475f Mon Sep 17 00:00:00 2001
From: Thomas Fischer <thomas.fischer@ufz.de>
Date: Tue, 18 Apr 2023 13:57:33 +0200
Subject: [PATCH] Update output variable sections in Phasefield project files

---
 Tests/Data/PhaseField/PForthotropy_jupyter_notebook/shear.prj | 3 +++
 Tests/Data/PhaseField/beam_jupyter_notebook/beam.prj          | 1 +
 Tests/Data/PhaseField/tpb_jupyter_notebook/TPB.prj            | 1 +
 3 files changed, 5 insertions(+)

diff --git a/Tests/Data/PhaseField/PForthotropy_jupyter_notebook/shear.prj b/Tests/Data/PhaseField/PForthotropy_jupyter_notebook/shear.prj
index 5d00757b932..8511788f0e8 100644
--- a/Tests/Data/PhaseField/PForthotropy_jupyter_notebook/shear.prj
+++ b/Tests/Data/PhaseField/PForthotropy_jupyter_notebook/shear.prj
@@ -124,6 +124,9 @@
                 <variable>sigma_tensile</variable>
                 <variable>epsilon</variable>
                 <variable>epsilon_tensile</variable>
+                <variable>NodalForces</variable>
+                <variable>bulk_node_ids</variable>
+                <variable>bulk_element_ids</variable>
             </variables>
             <type>VTK</type>
             <prefix>shear_deg_0</prefix>
diff --git a/Tests/Data/PhaseField/beam_jupyter_notebook/beam.prj b/Tests/Data/PhaseField/beam_jupyter_notebook/beam.prj
index 484c0e7e06a..5b87db37e07 100644
--- a/Tests/Data/PhaseField/beam_jupyter_notebook/beam.prj
+++ b/Tests/Data/PhaseField/beam_jupyter_notebook/beam.prj
@@ -108,6 +108,7 @@
                 <variable>phasefield</variable>
                 <variable>sigma</variable>
                 <variable>epsilon</variable>
+                <variable>NodalForces</variable>
             </variables>
             <type>VTK</type>
             <prefix>AT1_iso_compressive</prefix>
diff --git a/Tests/Data/PhaseField/tpb_jupyter_notebook/TPB.prj b/Tests/Data/PhaseField/tpb_jupyter_notebook/TPB.prj
index 07fe9d9f9f8..798c3b8f951 100644
--- a/Tests/Data/PhaseField/tpb_jupyter_notebook/TPB.prj
+++ b/Tests/Data/PhaseField/tpb_jupyter_notebook/TPB.prj
@@ -111,6 +111,7 @@
                 <variable>phasefield</variable>
                 <variable>sigma</variable>
                 <variable>epsilon</variable>
+                <variable>NodalForces</variable>
             </variables>
             <type>VTK</type>
             <prefix>TPB_</prefix>
-- 
GitLab