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
f37794f7
Commit
f37794f7
authored
2 years ago
by
Laura Lindner
Browse files
Options
Downloads
Patches
Plain Diff
start more GS on Cluster
parent
993fe07b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!181
actual status of monodomain
,
!179
added possibility to use different time integration schemes for ion...
Pipeline
#124940
passed
2 years ago
Stage: build
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tools/solving/BIVentricleStartMpp.py
+5
-5
5 additions, 5 deletions
tools/solving/BIVentricleStartMpp.py
with
5 additions
and
5 deletions
tools/solving/BIVentricleStartMpp.py
+
5
−
5
View file @
f37794f7
...
...
@@ -4,8 +4,8 @@ import os
import
shutil
import
mpp.python.mppy
as
mppy
lList
=
[
3
]
tList
=
[
1
,
2
,
3
,
4
]
lList
=
[
0
,
1
,
2
]
tList
=
[
4
]
#start_dt=0.0001
start_dt
=
0.0004
...
...
@@ -36,14 +36,14 @@ def checkIfFolderExists(path):
os
.
makedirs
(
folderPath
)
if
__name__
==
"
__main__
"
:
procs
=
128
procs
=
64
#startconf="BiVentricleTest/start"
#pathExperiment="SI0004/"
startconf
=
"
BiVentricleTest/start
"
pathExperiment
=
"
S
I
0004/
"
startconf
=
"
BiVentricleTest/start
GS
"
pathExperiment
=
"
G
S0004/
"
startExperiment
(
procs
,
startconf
,
pathExperiment
)
...
...
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