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

Merge branch 'biventricleConvergenceTests' into mechanikElektroConv

parents 6260c02a dabc4c2c
No related branches found
No related tags found
1 merge request!273fixed hopefully problem with computing displacement by depending mechassamble...
Pipeline #385197 failed
......@@ -175,16 +175,19 @@ def startLI():
startJobs(lL,tL,nL,sdt,'',{'ElphyProblem':'BiVentricleWAProblem'})
def startGS():
lL=[3]
tL=[0,1,2,3,4]
lL=[3,4]
tL=[2,3]
nL=['GS']
sdt=0.0004
startJobs(lL,tL,nL,sdt,'',{'ElphyProblem':'BiVentricleWAProblem'})
startJobs(lL,tL,nL,sdt,'',{'ElphyProblem':'KovachevaBiventricleSimpleExcitationProblem','EndTime':0.65,'CrankNicolsonTheta':1.0})
#startJobs(lL,tL,nL,sdt,'',{'ElphyProblem':'BiVentricleWAProblem'})
def startForTalk():
lL=[0,1,2,3]
tL=[2]
nL=['SI','SIOC']
sdt=0.0004
startJobs(lL,tL,nL,sdt,'talkChangedDiffusion/',{'ElphyProblem':'BiVentricleProblem'})
#lL=[4]
#startJobs(lL,tL,['SIOC'],sdt,'talk/',{'ElphyProblem':'BiVentricleProblem'})
......@@ -225,9 +228,9 @@ if __name__=="__main__":
#startSI()
#startLI()
#startGS()
startGS()
#startForTimeTest()
startSimpleExcitation()
#startSimpleExcitation()
#startSimpleExcitationBR()
......
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