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
2d854fae
Commit
2d854fae
authored
4 months ago
by
Laura Lindner
Browse files
Options
Downloads
Plain Diff
Merge branch 'biventricleConvergenceTests' into mechanikElektroConv
parents
6260c02a
dabc4c2c
No related branches found
Branches containing commit
No related tags found
1 merge request
!273
fixed hopefully problem with computing displacement by depending mechassamble...
Pipeline
#385197
failed
4 months ago
Stage: build
Stage: test
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tools/solving/BiVentricleHoreka.py
+8
-5
8 additions, 5 deletions
tools/solving/BiVentricleHoreka.py
with
8 additions
and
5 deletions
tools/solving/BiVentricleHoreka.py
+
8
−
5
View file @
2d854fae
...
...
@@ -175,16 +175,19 @@ def startLI():
startJobs
(
lL
,
tL
,
nL
,
sdt
,
''
,{
'
ElphyProblem
'
:
'
BiVentricleWAProblem
'
})
def
startGS
():
lL
=
[
3
]
tL
=
[
0
,
1
,
2
,
3
,
4
]
lL
=
[
3
,
4
]
tL
=
[
2
,
3
]
nL
=
[
'
GS
'
]
sdt
=
0.0004
startJobs
(
lL
,
tL
,
nL
,
sdt
,
''
,{
'
ElphyProblem
'
:
'
BiVentricleWAProblem
'
})
startJobs
(
lL
,
tL
,
nL
,
sdt
,
''
,{
'
ElphyProblem
'
:
'
KovachevaBiventricleSimpleExcitationProblem
'
,
'
EndTime
'
:
0.65
,
'
CrankNicolsonTheta
'
:
1.0
})
#startJobs(lL,tL,nL,sdt,'',{'ElphyProblem':'BiVentricleWAProblem'})
def
startForTalk
():
lL
=
[
0
,
1
,
2
,
3
]
tL
=
[
2
]
nL
=
[
'
SI
'
,
'
SIOC
'
]
sdt
=
0.0004
startJobs
(
lL
,
tL
,
nL
,
sdt
,
'
talkChangedDiffusion/
'
,{
'
ElphyProblem
'
:
'
BiVentricleProblem
'
})
#lL=[4]
#startJobs(lL,tL,['SIOC'],sdt,'talk/',{'ElphyProblem':'BiVentricleProblem'})
...
...
@@ -225,9 +228,9 @@ if __name__=="__main__":
#startSI()
#startLI()
#
startGS()
startGS
()
#startForTimeTest()
startSimpleExcitation
()
#
startSimpleExcitation()
#startSimpleExcitationBR()
...
...
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