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

start mor tests on cluster

parent 7ba66674
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 #124893 canceled
...@@ -4,8 +4,8 @@ import os ...@@ -4,8 +4,8 @@ import os
import shutil import shutil
import mpp.python.mppy as mppy import mpp.python.mppy as mppy
lList = [0,1] lList = [0,1,2,3]
tList = [0,1,2,3] tList = [0,1,2,3,4]
#start_dt=0.0001 #start_dt=0.0001
start_dt=0.0004 start_dt=0.0004
...@@ -13,7 +13,7 @@ path='../../data/BiVentricle/' ...@@ -13,7 +13,7 @@ path='../../data/BiVentricle/'
pathToMakeFolders='../'+path pathToMakeFolders='../'+path
def moveActivationtime(l,j, expPath): def moveActivationtime(l,j, expPath):
shutil.move('../../build/data/vtu/ActivationTime.vtu', pathToMakeFolders+expPath+'AT_l'+str(l)+'j'+str(j)) shutil.move('../../build/data/vtu/ActivationTime.vtu', pathToMakeFolders+expPath+'AT_l'+str(l)+'j'+str(j)+.vtu)
......
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