From 1236c449c83b7d7f895b07b7351b980eaa293e32 Mon Sep 17 00:00:00 2001
From: "laura.stengel" <laura.stengel@kit.edu>
Date: Fri, 28 Feb 2025 14:45:52 +0100
Subject: [PATCH] added new config entries for extrapolation in
 IterativePressureSolver

---
 .../benchmarks/LandBenchmarkBiVentricle.conf       | 14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)

diff --git a/conf/elasticity/benchmarks/LandBenchmarkBiVentricle.conf b/conf/elasticity/benchmarks/LandBenchmarkBiVentricle.conf
index 94481f6d1..b4bb3eb32 100644
--- a/conf/elasticity/benchmarks/LandBenchmarkBiVentricle.conf
+++ b/conf/elasticity/benchmarks/LandBenchmarkBiVentricle.conf
@@ -8,20 +8,14 @@ h0=1e-4
 h_min=1e-6
 #logfile = CG_DG_sig1000#AS_T4_1_deg1_gamma07
 
-multiDiscs  = 0
-# CAUTION: if useDifferentMeshes = 0, it will use the entry in Mesh!!!
-useDifferentMeshes = 0 # possibility to change meshes isn't implemented right now
-MechDiscretizationList =  Conforming,DG  # chosing different discs for homotopy
-MechPolynomialDegreeList = 1 #if there is only one entry, it usess the same degree for all discs
-MeshList = TestBiventricle #if there is only one entry, it usess the same mesh for all discs
-# If |DGPenaltyList| != |MechDiscretizationList| DGPenalty = 0 für fehlende Einträge
-DGPenaltyList= 0,10000 #10,100,1000,2000, 10000 (geht auch ohne scale nicht)
-
 activeStress = 0 #35
 Model = ActiveStrainElasticity
 MechRuntype = Default
 MechDynamics = Static
-MechDiscretization = DG#Conforming
+MechDiscretization = Conforming
+
+UseExtrapolation=true
+dampingExtrapolation = 0.5
 
 DGSign=-1.0
 DGPenalty= 1000# Penalty for EG=200
-- 
GitLab