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

start more

parent e979c427
No related branches found
No related tags found
1 merge request!273fixed hopefully problem with computing displacement by depending mechassamble...
Pipeline #359613 failed
......@@ -223,8 +223,8 @@ def startFixedMechTimeStep():
nL=['SI']
sdt=0.0004
#startJobs(lL,tL,nL,sdt,'Mech00016/',{'Mesh':'TestBiventricleSimpleExcitation_smooth','ElphyProblem':'DeformedBiventricleCoarse','EndTime':0.6,'MechDeltaTime':0.0016})
tL=[2]
startJobs(lL,tL,nL,sdt,'Mech000032/',{'Mesh':'TestBiventricleSimpleExcitation_smooth','ElphyProblem':'DeformedBiventricleCoarse','EndTime':0.6,'MechDeltaTime':0.0032})
tL=[0,1]
startJobs(lL,tL,nL,sdt,'Mech00032/',{'Mesh':'TestBiventricleSimpleExcitation_smooth','ElphyProblem':'DeformedBiventricleCoarse','EndTime':0.6,'MechDeltaTime':0.0032})
if __name__=="__main__":
#startSIOC()
......@@ -232,7 +232,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