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

restart one fixed Timestep

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