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

restart SIOC with T=0.6

parent b7aa879f
No related branches found
No related tags found
1 merge request!273fixed hopefully problem with computing displacement by depending mechassamble...
Pipeline #301752 failed
......@@ -75,10 +75,10 @@ def decideTime(level,j):
h=0
m=0
if level <=3:
h=2**(j+1)+2
h=2**(j+1)+4
elif level==4:
h=2**(j+2)+2
h=2**(j+2)+4
else:
print('no level time defined')
......@@ -192,8 +192,8 @@ def startAll():
tL=[1,2,3,4]
sdt=0.0004
#nL=['SI','GS']
nL=['SI']
startJobs(lL,tL,nL,sdt,'',{'Mesh':'TestBiventricleSimpleExcitation_smooth','ElphyProblem':'DeformedBiventricleCoarse','EndTime':0.5})
nL=['SIOC']
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