Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CardMech
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
KIT
Mpp
CardMech
Commits
a6a065dc
Commit
a6a065dc
authored
1 month ago
by
Laura Stengel
Browse files
Options
Downloads
Patches
Plain Diff
added debugging configuration
parent
c08d1e9f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#411715
passed
1 month ago
Stage: build
Stage: test
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
conf/elasticity/benchmarks/LandBenchmarkBiVentricle.conf
+21
-13
21 additions, 13 deletions
conf/elasticity/benchmarks/LandBenchmarkBiVentricle.conf
conf/elasticity/m++.conf
+2
-2
2 additions, 2 deletions
conf/elasticity/m++.conf
conf/m++.conf
+3
-3
3 additions, 3 deletions
conf/m++.conf
mpp
+1
-1
1 addition, 1 deletion
mpp
with
27 additions
and
19 deletions
conf/elasticity/benchmarks/LandBenchmarkBiVentricle.conf
+
21
−
13
View file @
a6a065dc
...
...
@@ -6,17 +6,25 @@ GeoPath = ../geo/
# ========================================================
h0
=
1
e
-
4
h_min
=
1
e
-
6
#logfile = AS_T4_1_deg1_gamma07
activeDeformation
=
Quarteroni2
g
=
0
.
8
#gamma for updateStretch
scale_gamma
=
0
.
8
#0.9, 1.0
#StretchFactorNormal =1
#activeStress = 0 #35
#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
=
Conforming
MechDiscretization
=
DG
#Conforming
DGSign
=-
1
.
0
DGPenalty
=
1000
# Penalty for EG=200
CalculateReference
=
0
ReferenceLevel
=
3
...
...
@@ -30,7 +38,7 @@ ProblemDimension = 3
ProblemGeometry
=
Tet
# Amount of pressure steps per iteration
PressureSteps
=
4
PressureSteps
=
10
PressureIterations
=
20
PressureDepth
=
0
...
...
@@ -132,17 +140,16 @@ DynamicSolverVerbose = -1
CoupledSolverVerbose
=
2
CellModelVerbose
= -
10
MechVTK
=
1
# = Main Verbose =
MechVTK
=
0
ElphyVerbose
= -
1
MechVerbose
=
1
# = Plot Verbose =
PlotVTK
=
1
PlotVTK
=
0
PlottingSteps
=
1
ElphySolverVTK
= -
1
PressureSolverVTK
=
1
PressureSolverVTK
=
0
DynamicSolverVTK
= -
1
CoupledSolverVTK
= -
1
...
...
@@ -150,3 +157,4 @@ PrestressPlotVerbose = 0
PressurePlotVerbose
=
1
DynamicPlotVerbose
= -
1
This diff is collapsed.
Click to expand it.
conf/elasticity/m++.conf
+
2
−
2
View file @
a6a065dc
...
...
@@ -11,9 +11,9 @@ ClearData = true
#loadconf = elasticity/benchmarks/dg_beam.conf
#loadconf = elasticity/benchmarks/eg_beam.conf
#loadconf = elasticity/benchmarks/ellipsoid.conf
loadconf
=
elasticity
/
benchmarks
/
LandBenchmark
.
conf
#
loadconf = elasticity/benchmarks/LandBenchmark.conf
#loadconf = elasticity/benchmarks/LandBenchmarkDG.conf
#
loadconf = elasticity/benchmarks/LandBenchmarkBiVentricle.conf
loadconf
=
elasticity
/
benchmarks
/
LandBenchmarkBiVentricle
.
conf
#loadconf = elasticity/elasticity.conf
# ======================================
# = Default Solver Configuration Files =
...
...
This diff is collapsed.
Click to expand it.
conf/m++.conf
+
3
−
3
View file @
a6a065dc
#loadconf = electrophysiology/m++.conf;
#
loadconf = elasticity/m++.conf;
loadconf
=
coupled
/
electroMechConPDE
.
conf
loadconf
=
elasticity
/
m
++.
conf
;
#
loadconf=coupled/electroMechConPDE.conf
#loadconf = coupled/electroMechCon.conf;
#
loadconf
=
coupled
/
gamm
-
paper
/
coarse
-
biventricle
.
conf
\ No newline at end of file
#loadconf = coupled/gamm-paper/coarse-biventricle.conf
This diff is collapsed.
Click to expand it.
mpp
@
68c81ffa
Compare
cfd2f66c
...
68c81ffa
Subproject commit
cfd2f66c53e10c51415ddc429e56a002ad7b97b0
Subproject commit
68c81ffa0818e072a24a6799bb30929d9380ea76
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment