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

start on vertices on level 3

parent d74dae56
No related branches found
No related tags found
1 merge request!261Resolve "Fix evaluation on cells"
Pipeline #136680 passed
......@@ -4,8 +4,8 @@ import os
import shutil
import mpp.python.mppy as mppy
lList = [0]#,1,2,3]
tList = [0]#,1,2,3]
lList = [3]#,1,2,3]
tList = [0,1,2]#,1,2,3]
#start_dt=0.0001
start_dt=0.0004
......@@ -38,16 +38,16 @@ def checkIfFolderExists(path):
os.makedirs(folderPath)
if __name__=="__main__":
procs=4
procs=64
startconf="electrophysiology/BiVentricleTest/biventricelTest"
moveVTU=True
pathExperiment="SI0004/"
#startExperiment(procs,startconf,pathExperiment,{"ElphyModelName": "TenTusscher"})
startExperiment(procs,startconf,pathExperiment,{"ElphyModelName": "TenTusscher","ParallelPlotting":False,"Compression":"ascii"},moveVTU)
pathExperiment="OnCells/SI0004/"
moveVTU=True
startExperiment(procs,startconf,pathExperiment,{"ElphyModelName": "TenTusscher","ElphyModel":"SemiImplicitOnCells","ParallelPlotting":False,"Compression":"ascii"},moveVTU)
#startExperiment(procs,startconf,pathExperiment,{"ElphyModelName": "TenTusscher","ElphyModel":"SemiImplicitOnCells","ParallelPlotting":False,"Compression":"ascii"},moveVTU)
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