Skip to content
Snippets Groups Projects
Commit 1236c449 authored by Laura Stengel's avatar Laura Stengel
Browse files

added new config entries for extrapolation in IterativePressureSolver

parent 9e0f3579
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment