From cc8bb2728552028fd321be17bd35d2faf46f3ca9 Mon Sep 17 00:00:00 2001
From: Dmitri Naumov <github@naumov.de>
Date: Mon, 10 Dec 2018 23:31:16 +0100
Subject: [PATCH] [T] SDN; Add test_definition to project files.

---
 .../EhlersDamageNonLocal/bar/coarse/bar.prj   | 74 ++++++++++++++
 .../bar/coarse_elastic_tangent/bar.prj        | 74 ++++++++++++++
 .../EhlersDamageNonLocal/bar/fine/bar.prj     | 74 ++++++++++++++
 .../EhlersDamageNonLocal/bar/medium/bar.prj   | 74 ++++++++++++++
 .../EhlersDamageNonLocal/bar/p1/bar.prj       | 74 ++++++++++++++
 .../EhlersDamageNonLocal/bar/p2/bar.prj       | 74 ++++++++++++++
 .../EhlersDamageNonLocal/bar/p3/bar.prj       | 74 ++++++++++++++
 .../EhlersDamageNonLocal/bar/t1/bar.prj       | 74 ++++++++++++++
 .../EhlersDamageNonLocal/bar/t2/bar.prj       | 74 ++++++++++++++
 .../EhlersDamageNonLocal/bar/veryfine/bar.prj | 74 ++++++++++++++
 .../beam/3D_hexa/beam.prj                     | 98 +++++++++++++++++++
 .../beam/3D_tetr/beam.prj                     | 98 +++++++++++++++++++
 .../EhlersDamageNonLocal/beam/coarse/beam.prj | 98 +++++++++++++++++++
 .../beam/coarse_quad/beam.prj                 | 98 +++++++++++++++++++
 .../beam/coarse_tria/beam.prj                 | 98 +++++++++++++++++++
 .../EhlersDamageNonLocal/beam/fine/beam.prj   | 98 +++++++++++++++++++
 .../EhlersDamageNonLocal/beam/medium/beam.prj | 98 +++++++++++++++++++
 .../holed_beam/holed_beam.prj                 | 98 +++++++++++++++++++
 18 files changed, 1524 insertions(+)

diff --git a/Tests/Data/Mechanics/EhlersDamageNonLocal/bar/coarse/bar.prj b/Tests/Data/Mechanics/EhlersDamageNonLocal/bar/coarse/bar.prj
index 8c2cd581e55..30dd86cba5d 100644
--- a/Tests/Data/Mechanics/EhlersDamageNonLocal/bar/coarse/bar.prj
+++ b/Tests/Data/Mechanics/EhlersDamageNonLocal/bar/coarse/bar.prj
@@ -276,4 +276,78 @@
             </eigen>
         </linear_solver>
     </linear_solvers>
+    <test_definition>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_30_t_0.300000.vtu</file>
+            <field>displacement</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>1e-13</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_30_t_0.300000.vtu</file>
+            <field>damage</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_30_t_0.300000.vtu</file>
+            <field>sigma</field>
+            <absolute_tolerance>5e-8</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_30_t_0.300000.vtu</file>
+            <field>epsilon</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_60_t_0.600000.vtu</file>
+            <field>displacement</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>1e-13</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_60_t_0.600000.vtu</file>
+            <field>damage</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_60_t_0.600000.vtu</file>
+            <field>sigma</field>
+            <absolute_tolerance>1.5e-7</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_60_t_0.600000.vtu</file>
+            <field>epsilon</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_90_t_0.900000.vtu</file>
+            <field>displacement</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>1e-13</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_90_t_0.900000.vtu</file>
+            <field>damage</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_90_t_0.900000.vtu</file>
+            <field>sigma</field>
+            <absolute_tolerance>3e-7</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_90_t_0.900000.vtu</file>
+            <field>epsilon</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+    </test_definition>
 </OpenGeoSysProject>
diff --git a/Tests/Data/Mechanics/EhlersDamageNonLocal/bar/coarse_elastic_tangent/bar.prj b/Tests/Data/Mechanics/EhlersDamageNonLocal/bar/coarse_elastic_tangent/bar.prj
index 8115ab356ba..3f05ea34674 100644
--- a/Tests/Data/Mechanics/EhlersDamageNonLocal/bar/coarse_elastic_tangent/bar.prj
+++ b/Tests/Data/Mechanics/EhlersDamageNonLocal/bar/coarse_elastic_tangent/bar.prj
@@ -276,4 +276,78 @@
             </eigen>
         </linear_solver>
     </linear_solvers>
+    <test_definition>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_30_t_0.300000.vtu</file>
+            <field>displacement</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>1e-13</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_30_t_0.300000.vtu</file>
+            <field>damage</field>
+            <absolute_tolerance>3e-10</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_30_t_0.300000.vtu</file>
+            <field>sigma</field>
+            <absolute_tolerance>5e-3</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_30_t_0.300000.vtu</file>
+            <field>epsilon</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_60_t_0.600000.vtu</file>
+            <field>displacement</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>1e-13</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_60_t_0.600000.vtu</file>
+            <field>damage</field>
+            <absolute_tolerance>2e-10</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_60_t_0.600000.vtu</file>
+            <field>sigma</field>
+            <absolute_tolerance>5e-3</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_60_t_0.600000.vtu</file>
+            <field>epsilon</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_90_t_0.900000.vtu</file>
+            <field>displacement</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>1e-13</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_90_t_0.900000.vtu</file>
+            <field>damage</field>
+            <absolute_tolerance>2e-10</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_90_t_0.900000.vtu</file>
+            <field>sigma</field>
+            <absolute_tolerance>2e-3</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_90_t_0.900000.vtu</file>
+            <field>epsilon</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+    </test_definition>
 </OpenGeoSysProject>
diff --git a/Tests/Data/Mechanics/EhlersDamageNonLocal/bar/fine/bar.prj b/Tests/Data/Mechanics/EhlersDamageNonLocal/bar/fine/bar.prj
index 8691c6a692b..6dd6a846f3e 100644
--- a/Tests/Data/Mechanics/EhlersDamageNonLocal/bar/fine/bar.prj
+++ b/Tests/Data/Mechanics/EhlersDamageNonLocal/bar/fine/bar.prj
@@ -276,4 +276,78 @@
             </eigen>
         </linear_solver>
     </linear_solvers>
+    <test_definition>
+        <vtkdiff>
+            <file>out_bar_fine_ED_pcs_0_ts_30_t_0.300000.vtu</file>
+            <field>displacement</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>1e-13</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_fine_ED_pcs_0_ts_30_t_0.300000.vtu</file>
+            <field>damage</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_fine_ED_pcs_0_ts_30_t_0.300000.vtu</file>
+            <field>sigma</field>
+            <absolute_tolerance>3e-7</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_fine_ED_pcs_0_ts_30_t_0.300000.vtu</file>
+            <field>epsilon</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_fine_ED_pcs_0_ts_60_t_0.600000.vtu</file>
+            <field>displacement</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>1e-13</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_fine_ED_pcs_0_ts_60_t_0.600000.vtu</file>
+            <field>damage</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_fine_ED_pcs_0_ts_60_t_0.600000.vtu</file>
+            <field>sigma</field>
+            <absolute_tolerance>5e-7</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_fine_ED_pcs_0_ts_60_t_0.600000.vtu</file>
+            <field>epsilon</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_fine_ED_pcs_0_ts_90_t_0.900000.vtu</file>
+            <field>displacement</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>1e-13</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_fine_ED_pcs_0_ts_90_t_0.900000.vtu</file>
+            <field>damage</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_fine_ED_pcs_0_ts_90_t_0.900000.vtu</file>
+            <field>sigma</field>
+            <absolute_tolerance>6e-7</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_fine_ED_pcs_0_ts_90_t_0.900000.vtu</file>
+            <field>epsilon</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+    </test_definition>
 </OpenGeoSysProject>
diff --git a/Tests/Data/Mechanics/EhlersDamageNonLocal/bar/medium/bar.prj b/Tests/Data/Mechanics/EhlersDamageNonLocal/bar/medium/bar.prj
index bb05debaca6..9fba797dab3 100644
--- a/Tests/Data/Mechanics/EhlersDamageNonLocal/bar/medium/bar.prj
+++ b/Tests/Data/Mechanics/EhlersDamageNonLocal/bar/medium/bar.prj
@@ -276,4 +276,78 @@
             </eigen>
         </linear_solver>
     </linear_solvers>
+    <test_definition>
+        <vtkdiff>
+            <file>out_bar_medium_ED_pcs_0_ts_30_t_0.300000.vtu</file>
+            <field>displacement</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>1e-13</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_medium_ED_pcs_0_ts_30_t_0.300000.vtu</file>
+            <field>damage</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_medium_ED_pcs_0_ts_30_t_0.300000.vtu</file>
+            <field>sigma</field>
+            <absolute_tolerance>1e-7</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_medium_ED_pcs_0_ts_30_t_0.300000.vtu</file>
+            <field>epsilon</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_medium_ED_pcs_0_ts_60_t_0.600000.vtu</file>
+            <field>displacement</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>1e-13</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_medium_ED_pcs_0_ts_60_t_0.600000.vtu</file>
+            <field>damage</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_medium_ED_pcs_0_ts_60_t_0.600000.vtu</file>
+            <field>sigma</field>
+            <absolute_tolerance>2e-7</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_medium_ED_pcs_0_ts_60_t_0.600000.vtu</file>
+            <field>epsilon</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_medium_ED_pcs_0_ts_90_t_0.900000.vtu</file>
+            <field>displacement</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>1e-13</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_medium_ED_pcs_0_ts_90_t_0.900000.vtu</file>
+            <field>damage</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_medium_ED_pcs_0_ts_90_t_0.900000.vtu</file>
+            <field>sigma</field>
+            <absolute_tolerance>3e-7</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_medium_ED_pcs_0_ts_90_t_0.900000.vtu</file>
+            <field>epsilon</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+    </test_definition>
 </OpenGeoSysProject>
diff --git a/Tests/Data/Mechanics/EhlersDamageNonLocal/bar/p1/bar.prj b/Tests/Data/Mechanics/EhlersDamageNonLocal/bar/p1/bar.prj
index 08abd44bfe3..8e399daf109 100644
--- a/Tests/Data/Mechanics/EhlersDamageNonLocal/bar/p1/bar.prj
+++ b/Tests/Data/Mechanics/EhlersDamageNonLocal/bar/p1/bar.prj
@@ -276,4 +276,78 @@
             </eigen>
         </linear_solver>
     </linear_solvers>
+    <test_definition>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_30_t_0.300000.vtu</file>
+            <field>displacement</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>1e-13</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_30_t_0.300000.vtu</file>
+            <field>damage</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_30_t_0.300000.vtu</file>
+            <field>sigma</field>
+            <absolute_tolerance>5e-8</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_30_t_0.300000.vtu</file>
+            <field>epsilon</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_60_t_0.600000.vtu</file>
+            <field>displacement</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>1e-13</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_60_t_0.600000.vtu</file>
+            <field>damage</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_60_t_0.600000.vtu</file>
+            <field>sigma</field>
+            <absolute_tolerance>2e-7</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_60_t_0.600000.vtu</file>
+            <field>epsilon</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_90_t_0.900000.vtu</file>
+            <field>displacement</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>1e-13</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_90_t_0.900000.vtu</file>
+            <field>damage</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_90_t_0.900000.vtu</file>
+            <field>sigma</field>
+            <absolute_tolerance>2e-7</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_90_t_0.900000.vtu</file>
+            <field>epsilon</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+    </test_definition>
 </OpenGeoSysProject>
diff --git a/Tests/Data/Mechanics/EhlersDamageNonLocal/bar/p2/bar.prj b/Tests/Data/Mechanics/EhlersDamageNonLocal/bar/p2/bar.prj
index 55fceb7c71f..37c4268c23d 100644
--- a/Tests/Data/Mechanics/EhlersDamageNonLocal/bar/p2/bar.prj
+++ b/Tests/Data/Mechanics/EhlersDamageNonLocal/bar/p2/bar.prj
@@ -276,4 +276,78 @@
             </eigen>
         </linear_solver>
     </linear_solvers>
+    <test_definition>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_30_t_0.300000.vtu</file>
+            <field>displacement</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>1e-13</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_30_t_0.300000.vtu</file>
+            <field>damage</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_30_t_0.300000.vtu</file>
+            <field>sigma</field>
+            <absolute_tolerance>7e-8</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_30_t_0.300000.vtu</file>
+            <field>epsilon</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_60_t_0.600000.vtu</file>
+            <field>displacement</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>1e-13</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_60_t_0.600000.vtu</file>
+            <field>damage</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_60_t_0.600000.vtu</file>
+            <field>sigma</field>
+            <absolute_tolerance>2e-7</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_60_t_0.600000.vtu</file>
+            <field>epsilon</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_90_t_0.900000.vtu</file>
+            <field>displacement</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>1e-13</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_90_t_0.900000.vtu</file>
+            <field>damage</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_90_t_0.900000.vtu</file>
+            <field>sigma</field>
+            <absolute_tolerance>2e-7</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_90_t_0.900000.vtu</file>
+            <field>epsilon</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+    </test_definition>
 </OpenGeoSysProject>
diff --git a/Tests/Data/Mechanics/EhlersDamageNonLocal/bar/p3/bar.prj b/Tests/Data/Mechanics/EhlersDamageNonLocal/bar/p3/bar.prj
index 12523c781ba..2a9889741da 100644
--- a/Tests/Data/Mechanics/EhlersDamageNonLocal/bar/p3/bar.prj
+++ b/Tests/Data/Mechanics/EhlersDamageNonLocal/bar/p3/bar.prj
@@ -276,4 +276,78 @@
             </eigen>
         </linear_solver>
     </linear_solvers>
+    <test_definition>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_30_t_0.300000.vtu</file>
+            <field>displacement</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>1e-13</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_30_t_0.300000.vtu</file>
+            <field>damage</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_30_t_0.300000.vtu</file>
+            <field>sigma</field>
+            <absolute_tolerance>7e-8</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_30_t_0.300000.vtu</file>
+            <field>epsilon</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_60_t_0.600000.vtu</file>
+            <field>displacement</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>1e-13</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_60_t_0.600000.vtu</file>
+            <field>damage</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_60_t_0.600000.vtu</file>
+            <field>sigma</field>
+            <absolute_tolerance>1e-7</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_60_t_0.600000.vtu</file>
+            <field>epsilon</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_90_t_0.900000.vtu</file>
+            <field>displacement</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>1e-13</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_90_t_0.900000.vtu</file>
+            <field>damage</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_90_t_0.900000.vtu</file>
+            <field>sigma</field>
+            <absolute_tolerance>2e-7</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_90_t_0.900000.vtu</file>
+            <field>epsilon</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+    </test_definition>
 </OpenGeoSysProject>
diff --git a/Tests/Data/Mechanics/EhlersDamageNonLocal/bar/t1/bar.prj b/Tests/Data/Mechanics/EhlersDamageNonLocal/bar/t1/bar.prj
index 7294ca527c6..73f51ffe0b7 100644
--- a/Tests/Data/Mechanics/EhlersDamageNonLocal/bar/t1/bar.prj
+++ b/Tests/Data/Mechanics/EhlersDamageNonLocal/bar/t1/bar.prj
@@ -276,4 +276,78 @@
             </eigen>
         </linear_solver>
     </linear_solvers>
+    <test_definition>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_300_t_0.300000.vtu</file>
+            <field>displacement</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>1e-13</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_300_t_0.300000.vtu</file>
+            <field>damage</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_300_t_0.300000.vtu</file>
+            <field>sigma</field>
+            <absolute_tolerance>5e-8</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_300_t_0.300000.vtu</file>
+            <field>epsilon</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_600_t_0.600000.vtu</file>
+            <field>displacement</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>1e-13</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_600_t_0.600000.vtu</file>
+            <field>damage</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_600_t_0.600000.vtu</file>
+            <field>sigma</field>
+            <absolute_tolerance>2e-7</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_600_t_0.600000.vtu</file>
+            <field>epsilon</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_900_t_0.900000.vtu</file>
+            <field>displacement</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>1e-13</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_900_t_0.900000.vtu</file>
+            <field>damage</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_900_t_0.900000.vtu</file>
+            <field>sigma</field>
+            <absolute_tolerance>2e-7</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_900_t_0.900000.vtu</file>
+            <field>epsilon</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+    </test_definition>
 </OpenGeoSysProject>
diff --git a/Tests/Data/Mechanics/EhlersDamageNonLocal/bar/t2/bar.prj b/Tests/Data/Mechanics/EhlersDamageNonLocal/bar/t2/bar.prj
index 2c1752f2823..53f19c5a638 100644
--- a/Tests/Data/Mechanics/EhlersDamageNonLocal/bar/t2/bar.prj
+++ b/Tests/Data/Mechanics/EhlersDamageNonLocal/bar/t2/bar.prj
@@ -276,4 +276,78 @@
             </eigen>
         </linear_solver>
     </linear_solvers>
+    <test_definition>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_600_t_0.300000.vtu</file>
+            <field>displacement</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>1e-13</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_600_t_0.300000.vtu</file>
+            <field>damage</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_600_t_0.300000.vtu</file>
+            <field>sigma</field>
+            <absolute_tolerance>5e-8</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_600_t_0.300000.vtu</file>
+            <field>epsilon</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_1200_t_0.600000.vtu</file>
+            <field>displacement</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>1e-13</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_1200_t_0.600000.vtu</file>
+            <field>damage</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_1200_t_0.600000.vtu</file>
+            <field>sigma</field>
+            <absolute_tolerance>2e-7</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_1200_t_0.600000.vtu</file>
+            <field>epsilon</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_1800_t_0.900000.vtu</file>
+            <field>displacement</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>1e-13</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_1800_t_0.900000.vtu</file>
+            <field>damage</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_1800_t_0.900000.vtu</file>
+            <field>sigma</field>
+            <absolute_tolerance>2e-7</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_coarse_ED_pcs_0_ts_1800_t_0.900000.vtu</file>
+            <field>epsilon</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+    </test_definition>
 </OpenGeoSysProject>
diff --git a/Tests/Data/Mechanics/EhlersDamageNonLocal/bar/veryfine/bar.prj b/Tests/Data/Mechanics/EhlersDamageNonLocal/bar/veryfine/bar.prj
index 3eddae33afa..dda4ee488bf 100644
--- a/Tests/Data/Mechanics/EhlersDamageNonLocal/bar/veryfine/bar.prj
+++ b/Tests/Data/Mechanics/EhlersDamageNonLocal/bar/veryfine/bar.prj
@@ -276,4 +276,78 @@
             </eigen>
         </linear_solver>
     </linear_solvers>
+    <test_definition>
+        <vtkdiff>
+            <file>out_bar_veryfine_ED_pcs_0_ts_30_t_0.300000.vtu</file>
+            <field>displacement</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>1e-13</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_veryfine_ED_pcs_0_ts_30_t_0.300000.vtu</file>
+            <field>damage</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_veryfine_ED_pcs_0_ts_30_t_0.300000.vtu</file>
+            <field>sigma</field>
+            <absolute_tolerance>5e-7</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_veryfine_ED_pcs_0_ts_30_t_0.300000.vtu</file>
+            <field>epsilon</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_veryfine_ED_pcs_0_ts_60_t_0.600000.vtu</file>
+            <field>displacement</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>1e-13</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_veryfine_ED_pcs_0_ts_60_t_0.600000.vtu</file>
+            <field>damage</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_veryfine_ED_pcs_0_ts_60_t_0.600000.vtu</file>
+            <field>sigma</field>
+            <absolute_tolerance>1e-6</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_veryfine_ED_pcs_0_ts_60_t_0.600000.vtu</file>
+            <field>epsilon</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_veryfine_ED_pcs_0_ts_70_t_0.700000.vtu</file>
+            <field>displacement</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>1e-13</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_veryfine_ED_pcs_0_ts_70_t_0.700000.vtu</file>
+            <field>damage</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_veryfine_ED_pcs_0_ts_70_t_0.700000.vtu</file>
+            <field>sigma</field>
+            <absolute_tolerance>1e-6</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_bar_veryfine_ED_pcs_0_ts_70_t_0.700000.vtu</file>
+            <field>epsilon</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+    </test_definition>
 </OpenGeoSysProject>
diff --git a/Tests/Data/Mechanics/EhlersDamageNonLocal/beam/3D_hexa/beam.prj b/Tests/Data/Mechanics/EhlersDamageNonLocal/beam/3D_hexa/beam.prj
index 2211938f940..ed14178bceb 100644
--- a/Tests/Data/Mechanics/EhlersDamageNonLocal/beam/3D_hexa/beam.prj
+++ b/Tests/Data/Mechanics/EhlersDamageNonLocal/beam/3D_hexa/beam.prj
@@ -286,4 +286,102 @@
             </eigen>
         </linear_solver>
     </linear_solvers>
+    <test_definition>
+        <vtkdiff>
+            <file>out_beam_coarse_ED_pcs_0_ts_40_t_0.400000.vtu</file>
+            <field>displacement</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>1e-13</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_coarse_ED_pcs_0_ts_40_t_0.400000.vtu</file>
+            <field>damage</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_coarse_ED_pcs_0_ts_40_t_0.400000.vtu</file>
+            <field>sigma</field>
+            <absolute_tolerance>3e-7</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_coarse_ED_pcs_0_ts_40_t_0.400000.vtu</file>
+            <field>epsilon</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_coarse_ED_pcs_0_ts_60_t_0.600000.vtu</file>
+            <field>displacement</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>1e-13</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_coarse_ED_pcs_0_ts_60_t_0.600000.vtu</file>
+            <field>damage</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_coarse_ED_pcs_0_ts_60_t_0.600000.vtu</file>
+            <field>sigma</field>
+            <absolute_tolerance>4e-7</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_coarse_ED_pcs_0_ts_60_t_0.600000.vtu</file>
+            <field>epsilon</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_coarse_ED_pcs_0_ts_80_t_0.800000.vtu</file>
+            <field>displacement</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>1e-13</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_coarse_ED_pcs_0_ts_80_t_0.800000.vtu</file>
+            <field>damage</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_coarse_ED_pcs_0_ts_80_t_0.800000.vtu</file>
+            <field>sigma</field>
+            <absolute_tolerance>5e-7</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_coarse_ED_pcs_0_ts_80_t_0.800000.vtu</file>
+            <field>epsilon</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_coarse_ED_pcs_0_ts_100_t_1.000000.vtu</file>
+            <field>displacement</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>1e-13</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_coarse_ED_pcs_0_ts_100_t_1.000000.vtu</file>
+            <field>damage</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_coarse_ED_pcs_0_ts_100_t_1.000000.vtu</file>
+            <field>sigma</field>
+            <absolute_tolerance>5e-7</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_coarse_ED_pcs_0_ts_100_t_1.000000.vtu</file>
+            <field>epsilon</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+    </test_definition>
 </OpenGeoSysProject>
diff --git a/Tests/Data/Mechanics/EhlersDamageNonLocal/beam/3D_tetr/beam.prj b/Tests/Data/Mechanics/EhlersDamageNonLocal/beam/3D_tetr/beam.prj
index 090349d1315..de0c20c6238 100644
--- a/Tests/Data/Mechanics/EhlersDamageNonLocal/beam/3D_tetr/beam.prj
+++ b/Tests/Data/Mechanics/EhlersDamageNonLocal/beam/3D_tetr/beam.prj
@@ -286,4 +286,102 @@
             </eigen>
         </linear_solver>
     </linear_solvers>
+    <test_definition>
+        <vtkdiff>
+            <file>out_beam_coarse_ED_pcs_0_ts_10_t_0.100000.vtu</file>
+            <field>displacement</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>1e-13</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_coarse_ED_pcs_0_ts_10_t_0.100000.vtu</file>
+            <field>damage</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_coarse_ED_pcs_0_ts_10_t_0.100000.vtu</file>
+            <field>sigma</field>
+            <absolute_tolerance>5e-8</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_coarse_ED_pcs_0_ts_10_t_0.100000.vtu</file>
+            <field>epsilon</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_coarse_ED_pcs_0_ts_20_t_0.200000.vtu</file>
+            <field>displacement</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>1e-13</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_coarse_ED_pcs_0_ts_20_t_0.200000.vtu</file>
+            <field>damage</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_coarse_ED_pcs_0_ts_20_t_0.200000.vtu</file>
+            <field>sigma</field>
+            <absolute_tolerance>7e-8</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_coarse_ED_pcs_0_ts_20_t_0.200000.vtu</file>
+            <field>epsilon</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_coarse_ED_pcs_0_ts_30_t_0.300000.vtu</file>
+            <field>displacement</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>1e-13</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_coarse_ED_pcs_0_ts_30_t_0.300000.vtu</file>
+            <field>damage</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_coarse_ED_pcs_0_ts_30_t_0.300000.vtu</file>
+            <field>sigma</field>
+            <absolute_tolerance>2e-7</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_coarse_ED_pcs_0_ts_30_t_0.300000.vtu</file>
+            <field>epsilon</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_coarse_ED_pcs_0_ts_40_t_0.400000.vtu</file>
+            <field>displacement</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>1e-13</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_coarse_ED_pcs_0_ts_40_t_0.400000.vtu</file>
+            <field>damage</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_coarse_ED_pcs_0_ts_40_t_0.400000.vtu</file>
+            <field>sigma</field>
+            <absolute_tolerance>2e-7</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_coarse_ED_pcs_0_ts_40_t_0.400000.vtu</file>
+            <field>epsilon</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+    </test_definition>
 </OpenGeoSysProject>
diff --git a/Tests/Data/Mechanics/EhlersDamageNonLocal/beam/coarse/beam.prj b/Tests/Data/Mechanics/EhlersDamageNonLocal/beam/coarse/beam.prj
index f10204398f2..01c265ef3df 100644
--- a/Tests/Data/Mechanics/EhlersDamageNonLocal/beam/coarse/beam.prj
+++ b/Tests/Data/Mechanics/EhlersDamageNonLocal/beam/coarse/beam.prj
@@ -279,4 +279,102 @@
             </eigen>
         </linear_solver>
     </linear_solvers>
+    <test_definition>
+        <vtkdiff>
+            <file>out_beam_coarse_ED_pcs_0_ts_40_t_0.400000.vtu</file>
+            <field>displacement</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>1e-13</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_coarse_ED_pcs_0_ts_40_t_0.400000.vtu</file>
+            <field>damage</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_coarse_ED_pcs_0_ts_40_t_0.400000.vtu</file>
+            <field>sigma</field>
+            <absolute_tolerance>2e-7</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_coarse_ED_pcs_0_ts_40_t_0.400000.vtu</file>
+            <field>epsilon</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_coarse_ED_pcs_0_ts_60_t_0.600000.vtu</file>
+            <field>displacement</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>1e-13</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_coarse_ED_pcs_0_ts_60_t_0.600000.vtu</file>
+            <field>damage</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_coarse_ED_pcs_0_ts_60_t_0.600000.vtu</file>
+            <field>sigma</field>
+            <absolute_tolerance>3e-7</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_coarse_ED_pcs_0_ts_60_t_0.600000.vtu</file>
+            <field>epsilon</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_coarse_ED_pcs_0_ts_80_t_0.800000.vtu</file>
+            <field>displacement</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>1e-13</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_coarse_ED_pcs_0_ts_80_t_0.800000.vtu</file>
+            <field>damage</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_coarse_ED_pcs_0_ts_80_t_0.800000.vtu</file>
+            <field>sigma</field>
+            <absolute_tolerance>4e-7</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_coarse_ED_pcs_0_ts_80_t_0.800000.vtu</file>
+            <field>epsilon</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_coarse_ED_pcs_0_ts_100_t_1.000000.vtu</file>
+            <field>displacement</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>1e-13</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_coarse_ED_pcs_0_ts_100_t_1.000000.vtu</file>
+            <field>damage</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_coarse_ED_pcs_0_ts_100_t_1.000000.vtu</file>
+            <field>sigma</field>
+            <absolute_tolerance>4e-7</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_coarse_ED_pcs_0_ts_100_t_1.000000.vtu</file>
+            <field>epsilon</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+    </test_definition>
 </OpenGeoSysProject>
diff --git a/Tests/Data/Mechanics/EhlersDamageNonLocal/beam/coarse_quad/beam.prj b/Tests/Data/Mechanics/EhlersDamageNonLocal/beam/coarse_quad/beam.prj
index ecb51433ca0..b38aa1d59dd 100644
--- a/Tests/Data/Mechanics/EhlersDamageNonLocal/beam/coarse_quad/beam.prj
+++ b/Tests/Data/Mechanics/EhlersDamageNonLocal/beam/coarse_quad/beam.prj
@@ -279,4 +279,102 @@
             </eigen>
         </linear_solver>
     </linear_solvers>
+    <test_definition>
+        <vtkdiff>
+            <file>out_beam_coarse_ED_pcs_0_ts_40_t_0.400000.vtu</file>
+            <field>displacement</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>1e-13</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_coarse_ED_pcs_0_ts_40_t_0.400000.vtu</file>
+            <field>damage</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_coarse_ED_pcs_0_ts_40_t_0.400000.vtu</file>
+            <field>sigma</field>
+            <absolute_tolerance>2e-6</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_coarse_ED_pcs_0_ts_40_t_0.400000.vtu</file>
+            <field>epsilon</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_coarse_ED_pcs_0_ts_60_t_0.600000.vtu</file>
+            <field>displacement</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>1e-13</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_coarse_ED_pcs_0_ts_60_t_0.600000.vtu</file>
+            <field>damage</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_coarse_ED_pcs_0_ts_60_t_0.600000.vtu</file>
+            <field>sigma</field>
+            <absolute_tolerance>2e-6</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_coarse_ED_pcs_0_ts_60_t_0.600000.vtu</file>
+            <field>epsilon</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_coarse_ED_pcs_0_ts_80_t_0.800000.vtu</file>
+            <field>displacement</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>1e-13</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_coarse_ED_pcs_0_ts_80_t_0.800000.vtu</file>
+            <field>damage</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_coarse_ED_pcs_0_ts_80_t_0.800000.vtu</file>
+            <field>sigma</field>
+            <absolute_tolerance>3e-6</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_coarse_ED_pcs_0_ts_80_t_0.800000.vtu</file>
+            <field>epsilon</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_coarse_ED_pcs_0_ts_100_t_1.000000.vtu</file>
+            <field>displacement</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>1e-13</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_coarse_ED_pcs_0_ts_100_t_1.000000.vtu</file>
+            <field>damage</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_coarse_ED_pcs_0_ts_100_t_1.000000.vtu</file>
+            <field>sigma</field>
+            <absolute_tolerance>4e-6</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_coarse_ED_pcs_0_ts_100_t_1.000000.vtu</file>
+            <field>epsilon</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+    </test_definition>
 </OpenGeoSysProject>
diff --git a/Tests/Data/Mechanics/EhlersDamageNonLocal/beam/coarse_tria/beam.prj b/Tests/Data/Mechanics/EhlersDamageNonLocal/beam/coarse_tria/beam.prj
index 8a6b6c37f24..28646c87561 100644
--- a/Tests/Data/Mechanics/EhlersDamageNonLocal/beam/coarse_tria/beam.prj
+++ b/Tests/Data/Mechanics/EhlersDamageNonLocal/beam/coarse_tria/beam.prj
@@ -279,4 +279,102 @@
             </eigen>
         </linear_solver>
     </linear_solvers>
+    <test_definition>
+        <vtkdiff>
+            <file>out_beam_coarse_ED_pcs_0_ts_40_t_0.400000.vtu</file>
+            <field>displacement</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>1e-13</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_coarse_ED_pcs_0_ts_40_t_0.400000.vtu</file>
+            <field>damage</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_coarse_ED_pcs_0_ts_40_t_0.400000.vtu</file>
+            <field>sigma</field>
+            <absolute_tolerance>2e-7</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_coarse_ED_pcs_0_ts_40_t_0.400000.vtu</file>
+            <field>epsilon</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_coarse_ED_pcs_0_ts_60_t_0.600000.vtu</file>
+            <field>displacement</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>1e-13</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_coarse_ED_pcs_0_ts_60_t_0.600000.vtu</file>
+            <field>damage</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_coarse_ED_pcs_0_ts_60_t_0.600000.vtu</file>
+            <field>sigma</field>
+            <absolute_tolerance>5e-7</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_coarse_ED_pcs_0_ts_60_t_0.600000.vtu</file>
+            <field>epsilon</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_coarse_ED_pcs_0_ts_80_t_0.800000.vtu</file>
+            <field>displacement</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>1e-13</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_coarse_ED_pcs_0_ts_80_t_0.800000.vtu</file>
+            <field>damage</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_coarse_ED_pcs_0_ts_80_t_0.800000.vtu</file>
+            <field>sigma</field>
+            <absolute_tolerance>4e-7</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_coarse_ED_pcs_0_ts_80_t_0.800000.vtu</file>
+            <field>epsilon</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_coarse_ED_pcs_0_ts_100_t_1.000000.vtu</file>
+            <field>displacement</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>1e-13</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_coarse_ED_pcs_0_ts_100_t_1.000000.vtu</file>
+            <field>damage</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_coarse_ED_pcs_0_ts_100_t_1.000000.vtu</file>
+            <field>sigma</field>
+            <absolute_tolerance>6e-7</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_coarse_ED_pcs_0_ts_100_t_1.000000.vtu</file>
+            <field>epsilon</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+    </test_definition>
 </OpenGeoSysProject>
diff --git a/Tests/Data/Mechanics/EhlersDamageNonLocal/beam/fine/beam.prj b/Tests/Data/Mechanics/EhlersDamageNonLocal/beam/fine/beam.prj
index 937ca530484..67fb8c2d649 100644
--- a/Tests/Data/Mechanics/EhlersDamageNonLocal/beam/fine/beam.prj
+++ b/Tests/Data/Mechanics/EhlersDamageNonLocal/beam/fine/beam.prj
@@ -279,4 +279,102 @@
             </eigen>
         </linear_solver>
     </linear_solvers>
+    <test_definition>
+        <vtkdiff>
+            <file>out_beam_fine_ED_pcs_0_ts_40_t_0.400000.vtu</file>
+            <field>displacement</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>1e-13</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_fine_ED_pcs_0_ts_40_t_0.400000.vtu</file>
+            <field>damage</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_fine_ED_pcs_0_ts_40_t_0.400000.vtu</file>
+            <field>sigma</field>
+            <absolute_tolerance>7e-7</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_fine_ED_pcs_0_ts_40_t_0.400000.vtu</file>
+            <field>epsilon</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_fine_ED_pcs_0_ts_60_t_0.600000.vtu</file>
+            <field>displacement</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>1e-13</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_fine_ED_pcs_0_ts_60_t_0.600000.vtu</file>
+            <field>damage</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_fine_ED_pcs_0_ts_60_t_0.600000.vtu</file>
+            <field>sigma</field>
+            <absolute_tolerance>2e-6</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_fine_ED_pcs_0_ts_60_t_0.600000.vtu</file>
+            <field>epsilon</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_fine_ED_pcs_0_ts_80_t_0.800000.vtu</file>
+            <field>displacement</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>1e-13</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_fine_ED_pcs_0_ts_80_t_0.800000.vtu</file>
+            <field>damage</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_fine_ED_pcs_0_ts_80_t_0.800000.vtu</file>
+            <field>sigma</field>
+            <absolute_tolerance>2e-6</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_fine_ED_pcs_0_ts_80_t_0.800000.vtu</file>
+            <field>epsilon</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_fine_ED_pcs_0_ts_100_t_1.000000.vtu</file>
+            <field>displacement</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>1e-13</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_fine_ED_pcs_0_ts_100_t_1.000000.vtu</file>
+            <field>damage</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_fine_ED_pcs_0_ts_100_t_1.000000.vtu</file>
+            <field>sigma</field>
+            <absolute_tolerance>2e-6</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_fine_ED_pcs_0_ts_100_t_1.000000.vtu</file>
+            <field>epsilon</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+    </test_definition>
 </OpenGeoSysProject>
diff --git a/Tests/Data/Mechanics/EhlersDamageNonLocal/beam/medium/beam.prj b/Tests/Data/Mechanics/EhlersDamageNonLocal/beam/medium/beam.prj
index abfd261b01b..36ee0fec7e9 100644
--- a/Tests/Data/Mechanics/EhlersDamageNonLocal/beam/medium/beam.prj
+++ b/Tests/Data/Mechanics/EhlersDamageNonLocal/beam/medium/beam.prj
@@ -279,4 +279,102 @@
             </eigen>
         </linear_solver>
     </linear_solvers>
+    <test_definition>
+        <vtkdiff>
+            <file>out_beam_medium_ED_pcs_0_ts_40_t_0.400000.vtu</file>
+            <field>displacement</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>1e-13</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_medium_ED_pcs_0_ts_40_t_0.400000.vtu</file>
+            <field>damage</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_medium_ED_pcs_0_ts_40_t_0.400000.vtu</file>
+            <field>sigma</field>
+            <absolute_tolerance>4e-7</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_medium_ED_pcs_0_ts_40_t_0.400000.vtu</file>
+            <field>epsilon</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_medium_ED_pcs_0_ts_60_t_0.600000.vtu</file>
+            <field>displacement</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>1e-13</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_medium_ED_pcs_0_ts_60_t_0.600000.vtu</file>
+            <field>damage</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_medium_ED_pcs_0_ts_60_t_0.600000.vtu</file>
+            <field>sigma</field>
+            <absolute_tolerance>7e-7</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_medium_ED_pcs_0_ts_60_t_0.600000.vtu</file>
+            <field>epsilon</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_medium_ED_pcs_0_ts_80_t_0.800000.vtu</file>
+            <field>displacement</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>1e-13</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_medium_ED_pcs_0_ts_80_t_0.800000.vtu</file>
+            <field>damage</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_medium_ED_pcs_0_ts_80_t_0.800000.vtu</file>
+            <field>sigma</field>
+            <absolute_tolerance>6e-7</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_medium_ED_pcs_0_ts_80_t_0.800000.vtu</file>
+            <field>epsilon</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_medium_ED_pcs_0_ts_100_t_1.000000.vtu</file>
+            <field>displacement</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>1e-13</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_medium_ED_pcs_0_ts_100_t_1.000000.vtu</file>
+            <field>damage</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_medium_ED_pcs_0_ts_100_t_1.000000.vtu</file>
+            <field>sigma</field>
+            <absolute_tolerance>9e-7</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_medium_ED_pcs_0_ts_100_t_1.000000.vtu</file>
+            <field>epsilon</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+    </test_definition>
 </OpenGeoSysProject>
diff --git a/Tests/Data/Mechanics/EhlersDamageNonLocal/holed_beam/holed_beam.prj b/Tests/Data/Mechanics/EhlersDamageNonLocal/holed_beam/holed_beam.prj
index b689a532d28..169e4437c2e 100644
--- a/Tests/Data/Mechanics/EhlersDamageNonLocal/holed_beam/holed_beam.prj
+++ b/Tests/Data/Mechanics/EhlersDamageNonLocal/holed_beam/holed_beam.prj
@@ -280,4 +280,102 @@
             </eigen>
         </linear_solver>
     </linear_solvers>
+    <test_definition>
+        <vtkdiff>
+            <file>out_beam_hole_ED_pcs_0_ts_100_t_0.250000.vtu</file>
+            <field>displacement</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>1e-13</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_hole_ED_pcs_0_ts_100_t_0.250000.vtu</file>
+            <field>damage</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_hole_ED_pcs_0_ts_100_t_0.250000.vtu</file>
+            <field>sigma</field>
+            <absolute_tolerance>3e-7</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_hole_ED_pcs_0_ts_100_t_0.250000.vtu</file>
+            <field>epsilon</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_hole_ED_pcs_0_ts_200_t_0.500000.vtu</file>
+            <field>displacement</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>1e-13</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_hole_ED_pcs_0_ts_200_t_0.500000.vtu</file>
+            <field>damage</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_hole_ED_pcs_0_ts_200_t_0.500000.vtu</file>
+            <field>sigma</field>
+            <absolute_tolerance>5e-7</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_hole_ED_pcs_0_ts_200_t_0.500000.vtu</file>
+            <field>epsilon</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_hole_ED_pcs_0_ts_300_t_0.750000.vtu</file>
+            <field>displacement</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>1e-13</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_hole_ED_pcs_0_ts_300_t_0.750000.vtu</file>
+            <field>damage</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_hole_ED_pcs_0_ts_300_t_0.750000.vtu</file>
+            <field>sigma</field>
+            <absolute_tolerance>8e-7</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_hole_ED_pcs_0_ts_300_t_0.750000.vtu</file>
+            <field>epsilon</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_hole_ED_pcs_0_ts_400_t_1.000000.vtu</file>
+            <field>displacement</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>1e-13</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_hole_ED_pcs_0_ts_400_t_1.000000.vtu</file>
+            <field>damage</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_hole_ED_pcs_0_ts_400_t_1.000000.vtu</file>
+            <field>sigma</field>
+            <absolute_tolerance>2e-6</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+        <vtkdiff>
+            <file>out_beam_hole_ED_pcs_0_ts_400_t_1.000000.vtu</file>
+            <field>epsilon</field>
+            <absolute_tolerance>2e-11</absolute_tolerance>
+            <relative_tolerance>0</relative_tolerance>
+        </vtkdiff>
+    </test_definition>
 </OpenGeoSysProject>
-- 
GitLab