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

start new test for SI and GS

parent 08adb569
No related branches found
No related tags found
1 merge request!273fixed hopefully problem with computing displacement by depending mechassamble...
Pipeline #300127 failed
......@@ -174,18 +174,18 @@ def startSI():
tL=[2]
nL=['SI']
sdt=0.0004
startJobs(lL,tL,nL,sdt,'',{'Mesh':'TestBiventricle','ElphyProblem':'DeformedBiventricleCoarse'})
startJobs(lL,tL,nL,sdt,'',{'Mesh':'TestBiventricleSimpleExcitation_smooth','ElphyProblem':'DeformedBiventricleCoarse','EndTime':0.5})
def startGS():
lL=[1]
tL=[2]
nL=['GS']
sdt=0.0004
startJobs(lL,tL,nL,sdt,'',{'Mesh':'TestBiventricleSimpleExcitation_smooth','ElphyProblem':'DeformedBiventricleCoarse'})
startJobs(lL,tL,nL,sdt,'',{'Mesh':'TestBiventricleSimpleExcitation_smooth','ElphyProblem':'DeformedBiventricleCoarse','EndTime':0.5})
if __name__=="__main__":
#startSIOC()
#startSI()
startSI()
startGS()
......
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