Skip to content
Snippets Groups Projects
Commit 513fdeb7 authored by Laura Lindner's avatar Laura Lindner
Browse files

restart one experiment

parent 1a3f4475
No related branches found
No related tags found
1 merge request!273fixed hopefully problem with computing displacement by depending mechassamble...
Pipeline #355989 failed
......@@ -221,8 +221,9 @@ def startFixedMechTimeStep():
tL=[0,1,2]
nL=['SI']
sdt=0.0004
startJobs(lL,tL,nL,sdt,'Mech00016',{'Mesh':'TestBiventricleSimpleExcitation_smooth','ElphyProblem':'DeformedBiventricleCoarse','EndTime':0.6,'MechDeltaTime':0.0016})
startJobs(lL,tL,nL,sdt,'Mech00008',{'Mesh':'TestBiventricleSimpleExcitation_smooth','ElphyProblem':'DeformedBiventricleCoarse','EndTime':0.6,'MechDeltaTime':0.0008})
#startJobs(lL,tL,nL,sdt,'Mech00016/',{'Mesh':'TestBiventricleSimpleExcitation_smooth','ElphyProblem':'DeformedBiventricleCoarse','EndTime':0.6,'MechDeltaTime':0.0016})
tL=[1]
startJobs(lL,tL,nL,sdt,'Mech00008/',{'Mesh':'TestBiventricleSimpleExcitation_smooth','ElphyProblem':'DeformedBiventricleCoarse','EndTime':0.6,'MechDeltaTime':0.0008})
if __name__=="__main__":
#startSIOC()
......@@ -230,7 +231,7 @@ if __name__=="__main__":
#startGS()
#startAll()
startFixedMechTimeStep()
startAdaptiveTimeStep()
#startAdaptiveTimeStep()
......
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