From 2e1ace5065b16e4b94aad824b36cb3854874848f Mon Sep 17 00:00:00 2001
From: Dmitri Naumov <github@naumov.de>
Date: Thu, 17 Dec 2020 18:47:52 +0100
Subject: [PATCH] [T/RM] Update very high E-modulus.

Needed for now present inversion of tangent stiffness tensor,
which is not possible (numerically) for 1e300 range numbers.

The results didn't change within the given tolerances.
---
 Tests/Data/RichardsMechanics/RichardsFlow_2d_small.prj          | 2 +-
 .../RichardsMechanics/RichardsFlow_2d_small_masslumping.prj     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Tests/Data/RichardsMechanics/RichardsFlow_2d_small.prj b/Tests/Data/RichardsMechanics/RichardsFlow_2d_small.prj
index 3310274b093..e48a44a5ad2 100644
--- a/Tests/Data/RichardsMechanics/RichardsFlow_2d_small.prj
+++ b/Tests/Data/RichardsMechanics/RichardsFlow_2d_small.prj
@@ -188,7 +188,7 @@
         <parameter>
             <name>E</name>
             <type>Constant</type>
-            <value>384e300</value>
+            <value>1e50</value>
         </parameter>
         <parameter>
             <name>nu</name>
diff --git a/Tests/Data/RichardsMechanics/RichardsFlow_2d_small_masslumping.prj b/Tests/Data/RichardsMechanics/RichardsFlow_2d_small_masslumping.prj
index a71a189ddd6..cffc79f4541 100644
--- a/Tests/Data/RichardsMechanics/RichardsFlow_2d_small_masslumping.prj
+++ b/Tests/Data/RichardsMechanics/RichardsFlow_2d_small_masslumping.prj
@@ -184,7 +184,7 @@
         <parameter>
             <name>E</name>
             <type>Constant</type>
-            <value>384e300</value>
+            <value>1e50</value>
         </parameter>
         <parameter>
             <name>nu</name>
-- 
GitLab