From 003fa518b9ac8838b5f186f2930c87e40e4d95c5 Mon Sep 17 00:00:00 2001
From: Dmitri Naumov <dmitri.naumov@ufz.de>
Date: Fri, 8 Oct 2021 15:56:29 +0200
Subject: [PATCH] [T/HM] make use of OEFP-dvalue + direct solver

---
 .../disc_with_hole_anisotropic.prj                         | 7 +++----
 .../disc_with_hole_anisotropic_rotated.prj                 | 7 +++----
 .../disc_with_hole_quasiisotropic.prj                      | 7 +++----
 3 files changed, 9 insertions(+), 12 deletions(-)

diff --git a/Tests/Data/HydroMechanics/OrthotropicEmbeddedFracturePermeability/disc_with_hole_anisotropic.prj b/Tests/Data/HydroMechanics/OrthotropicEmbeddedFracturePermeability/disc_with_hole_anisotropic.prj
index c34a05b3463..518a0f5a194 100644
--- a/Tests/Data/HydroMechanics/OrthotropicEmbeddedFracturePermeability/disc_with_hole_anisotropic.prj
+++ b/Tests/Data/HydroMechanics/OrthotropicEmbeddedFracturePermeability/disc_with_hole_anisotropic.prj
@@ -84,6 +84,7 @@
                     <fracture_normals> 1 0 0    0 1 0 </fracture_normals>
                     <fracture_rotation_xy>phi</fracture_rotation_xy>
                     <fracture_rotation_yz>zero</fracture_rotation_yz>
+                    <jacobian_factor>0.707</jacobian_factor>
                 </property>
             </properties>
         </medium>
@@ -264,10 +265,8 @@
             <name>general_linear_solver</name>
             <lis>-i bicgstab -p ilu -tol 1e-12 -maxiter 10000</lis>
             <eigen>
-                <solver_type>BiCGSTAB</solver_type>
-                <precon_type>DIAGONAL</precon_type>
-                <max_iteration_step>10000</max_iteration_step>
-                <error_tolerance>1e-12</error_tolerance>
+                <solver_type>SparseLU</solver_type>
+                <scaling>true</scaling>
             </eigen>
         </linear_solver>
     </linear_solvers>
diff --git a/Tests/Data/HydroMechanics/OrthotropicEmbeddedFracturePermeability/disc_with_hole_anisotropic_rotated.prj b/Tests/Data/HydroMechanics/OrthotropicEmbeddedFracturePermeability/disc_with_hole_anisotropic_rotated.prj
index 7574d5f1ac9..7fb4f4f855e 100644
--- a/Tests/Data/HydroMechanics/OrthotropicEmbeddedFracturePermeability/disc_with_hole_anisotropic_rotated.prj
+++ b/Tests/Data/HydroMechanics/OrthotropicEmbeddedFracturePermeability/disc_with_hole_anisotropic_rotated.prj
@@ -84,6 +84,7 @@
                     <fracture_normals> 1 0 0    0 1 0 </fracture_normals>
                     <fracture_rotation_xy>phi</fracture_rotation_xy>
                     <fracture_rotation_yz>zero</fracture_rotation_yz>
+                    <jacobian_factor>0.707</jacobian_factor>
                 </property>
             </properties>
         </medium>
@@ -264,10 +265,8 @@
             <name>general_linear_solver</name>
             <lis>-i bicgstab -p ilu -tol 1e-12 -maxiter 10000</lis>
             <eigen>
-                <solver_type>BiCGSTAB</solver_type>
-                <precon_type>DIAGONAL</precon_type>
-                <max_iteration_step>10000</max_iteration_step>
-                <error_tolerance>1e-12</error_tolerance>
+                <solver_type>SparseLU</solver_type>
+                <scaling>true</scaling>
             </eigen>
         </linear_solver>
     </linear_solvers>
diff --git a/Tests/Data/HydroMechanics/OrthotropicEmbeddedFracturePermeability/disc_with_hole_quasiisotropic.prj b/Tests/Data/HydroMechanics/OrthotropicEmbeddedFracturePermeability/disc_with_hole_quasiisotropic.prj
index d925145398e..68e4b2bf218 100644
--- a/Tests/Data/HydroMechanics/OrthotropicEmbeddedFracturePermeability/disc_with_hole_quasiisotropic.prj
+++ b/Tests/Data/HydroMechanics/OrthotropicEmbeddedFracturePermeability/disc_with_hole_quasiisotropic.prj
@@ -84,6 +84,7 @@
                     <fracture_normals> 1 0 0    0 1 0 </fracture_normals>
                     <fracture_rotation_xy>phi</fracture_rotation_xy>
                     <fracture_rotation_yz>zero</fracture_rotation_yz>
+                    <jacobian_factor>0.707</jacobian_factor>
                 </property>
             </properties>
         </medium>
@@ -266,10 +267,8 @@
             <name>general_linear_solver</name>
             <lis>-i bicgstab -p ilu -tol 1e-12 -maxiter 10000</lis>
             <eigen>
-                <solver_type>BiCGSTAB</solver_type>
-                <precon_type>DIAGONAL</precon_type>
-                <max_iteration_step>10000</max_iteration_step>
-                <error_tolerance>1e-12</error_tolerance>
+                <solver_type>SparseLU</solver_type>
+                <scaling>true</scaling>
             </eigen>
         </linear_solver>
     </linear_solvers>
-- 
GitLab