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

restart l=4 j=3

parent 8a6768c5
No related branches found
No related tags found
1 merge request!273fixed hopefully problem with computing displacement by depending mechassamble...
Pipeline #303825 failed
......@@ -195,15 +195,15 @@ def startAll():
nL=['SI']
lL=[1]
tL=[4]
startJobs(lL,tL,nL,sdt,'',{'Mesh':'TestBiventricleSimpleExcitation_smooth','ElphyProblem':'DeformedBiventricleCoarse','EndTime':0.6})
#startJobs(lL,tL,nL,sdt,'',{'Mesh':'TestBiventricleSimpleExcitation_smooth','ElphyProblem':'DeformedBiventricleCoarse','EndTime':0.6})
lL=[2]
tL=[1,2,3,4]
startJobs(lL,tL,nL,sdt,'',{'Mesh':'TestBiventricleSimpleExcitation_smooth','ElphyProblem':'DeformedBiventricleCoarse','EndTime':0.6})
#startJobs(lL,tL,nL,sdt,'',{'Mesh':'TestBiventricleSimpleExcitation_smooth','ElphyProblem':'DeformedBiventricleCoarse','EndTime':0.6})
lL=[3]
tL=[1,2,3]
startJobs(lL,tL,nL,sdt,'',{'Mesh':'TestBiventricleSimpleExcitation_smooth','ElphyProblem':'DeformedBiventricleCoarse','EndTime':0.6})
#startJobs(lL,tL,nL,sdt,'',{'Mesh':'TestBiventricleSimpleExcitation_smooth','ElphyProblem':'DeformedBiventricleCoarse','EndTime':0.6})
lL=[4]
tL=[1]
tL=[3]
startJobs(lL,tL,nL,sdt,'',{'Mesh':'TestBiventricleSimpleExcitation_smooth','ElphyProblem':'DeformedBiventricleCoarse','EndTime':0.6})
#startJobs(lL,tL,['GS'],sdt,'theta1/',{'Mesh':'TestBiventricleSimpleExcitation_smooth','ElphyProblem':'DeformedBiventricleCoarse','EndTime':0.5, 'CrankNicolsonTheta':1.0})
......
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