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

start l4 j4

parent e62004d6
No related branches found
No related tags found
2 merge requests!181actual status of monodomain,!179added possibility to use different time integration schemes for ion...
Pipeline #124955 passed
......@@ -69,7 +69,9 @@ def decideTime(level,j):
elif level ==3:
h=2**(j+1)
elif level == 4:
h=2**(j+1)+2
h=2**(j)
if j==4:
h=6
else:
print('no level time defined')
#print(h,m)
......@@ -133,7 +135,7 @@ def startJobs(lL,tL,nL,sdt,testname,added=None): #testname must end with/!!!!!!
if added!=None:
arguments.update(added)
if l==4:
jobname =modifyJobskript(alg,sdtName,j,sdt,arguments,1)
jobname =modifyJobskript(alg,sdtName,j,sdt,arguments,2)
else:
jobname =modifyJobskript(alg,sdtName,j,sdt,arguments,1)
......@@ -145,7 +147,7 @@ def startSI():
lL=[0,1,2,3,4]
tL=[0,1,2,3,4]
lL=[4]
tL=[3]#,3,4]
tL=[4]#,3,4]
#lL=[3]
#tL=[3,4]
nL=['SI']
......
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