From f66bad53e347d82e4a2fe3422141066afa35a69e Mon Sep 17 00:00:00 2001
From: uheqb <uheqb@student.kit.edu>
Date: Mon, 28 Feb 2022 21:37:27 +0100
Subject: [PATCH] Anpassung configs

---
 cardmech/conf/elasticity_benchmarks/beam.conf   | 10 +++++-----
 .../conf/elasticity_benchmarks/ellipsoid.conf   | 17 ++++++++++-------
 cardmech/conf/m++.conf                          |  4 ++--
 3 files changed, 17 insertions(+), 14 deletions(-)

diff --git a/cardmech/conf/elasticity_benchmarks/beam.conf b/cardmech/conf/elasticity_benchmarks/beam.conf
index 5e567e883..0508ac8c4 100644
--- a/cardmech/conf/elasticity_benchmarks/beam.conf
+++ b/cardmech/conf/elasticity_benchmarks/beam.conf
@@ -57,10 +57,10 @@ StretchFactorNormal = 4.0
 ######################
 # Material Parameters#
 ######################
-ActiveMaterial = Linear
+#ActiveMaterial = Linear
 #ActiveMaterial = NeoHooke
-ActiveMaterial = Bonet
-#ActiveMaterial = Holzapfel
+#ActiveMaterial = Bonet
+ActiveMaterial = Holzapfel
 
 Density = 0.00
 #Density = 0.001
@@ -71,7 +71,7 @@ Density = 0.00
 # Volumetric Penalty
 #------------------------
 Incompressible = false
-QuasiCompressiblePenalty = None
+QuasiCompressiblePenalty = Ciarlet
 VolumetricPenalty = 2
 PermeabilityPenalty = 2
 
@@ -148,7 +148,7 @@ presmoothing = 3;
 postsmoothing = 3;
 
 DGSign=-1.0
-DGPenalty=7.0
+DGPenalty=100.0
 Overlap = dG1
 #Overlap = NoOverlap
 Overlap_Distribution = 1
diff --git a/cardmech/conf/elasticity_benchmarks/ellipsoid.conf b/cardmech/conf/elasticity_benchmarks/ellipsoid.conf
index 06b3e4f94..56a6c4f80 100644
--- a/cardmech/conf/elasticity_benchmarks/ellipsoid.conf
+++ b/cardmech/conf/elasticity_benchmarks/ellipsoid.conf
@@ -9,12 +9,12 @@ h_min=1e-6
 
 Model = ActiveStrainElasticity
 MechModel = Static
-MechDiscretization = Conforming
+#MechDiscretization = Conforming
 MechDiscretization = DG
 
 CalculateReference = 1
 ReferenceLevel = 3
-InterpolateStartVector = true
+InterpolateStartVector = false
 
 MechProblem = FullEllipsoid
 MechMeshPart = vessel_base
@@ -32,7 +32,7 @@ PressureDepth = 0
 DebugPressure = 1
 
 MechLevel = 0
-MechPolynomialDegree = 2
+MechPolynomialDegree = 1
 
 WithPrestress=false
 PrestressSteps=5
@@ -57,7 +57,7 @@ StretchFactorNormal = 4.0
 ######################
 # Material Parameters#
 ######################
-#ActiveMaterial = Linear
+ActiveMaterial = Linear
 #ActiveMaterial = NeoHooke
 #ActiveMaterial = Bonet
 ActiveMaterial = Holzapfel
@@ -71,7 +71,7 @@ Density = 0.00
 # Volumetric Penalty
 #------------------------
 Incompressible = false
-QuasiCompressiblePenalty = Ciarlet
+QuasiCompressiblePenalty = None
 VolumetricPenalty = 20
 PermeabilityPenalty = 20
 
@@ -163,8 +163,11 @@ presmoothing = 3;
 postsmoothing = 3;
 
 
-Overlap = NoOverlap
-Overlap_Distribution = 0
+DGSign=-1.0
+DGPenalty=25.0
+Overlap = dG1
+#Overlap = NoOverlap
+Overlap_Distribution = 1
 
 DebugLevel = 0;
 TimeLevel = 0;
diff --git a/cardmech/conf/m++.conf b/cardmech/conf/m++.conf
index cdb4c4a93..fabf01ed2 100644
--- a/cardmech/conf/m++.conf
+++ b/cardmech/conf/m++.conf
@@ -16,8 +16,8 @@ GeoPath = ../geo/
 # === Cardiac Mechanics ================
 #loadconf = coupled.conf
 #loadconf = klotz.conf
-loadconf = elasticity_benchmarks/beam.conf
-#loadconf = elasticity_benchmarks/ellipsoid.conf
+#loadconf = elasticity_benchmarks/beam.conf
+loadconf = elasticity_benchmarks/ellipsoid.conf
 loadconf = elasticity.conf
 # ======================================
 # = Default Solver Configuration Files =
-- 
GitLab