Example splitMesh:
==================
python ../Tools/splitMesh.py cube3d_tol-6.fds 2x2x2
python ../Tools/splitMesh.py cube3d_tol-6.fds 4x4x4


---> The following input geometries are stored in 'input':
cube3d_tol-6_1x1x1.fds         (corresponds to cube3d_tol-6.fds)
cube3d_tol-6_2x2x2.fds 
cube3d_tol-6_4x4x4.fds 


Run cases in parallel:
======================
mpirun -np  1 <path_to>/fds cube3d_tol-6_1x1x1.fds
mpirun -np  8 <path_to>/fds cube3d_tol-6_2x2x2.fds
mpirun -np 64 <path_to>/fds cube3d_tol-6_4x4x4.fds


Example plotCSV:
================
python ../Tools/plotCSV.py cube3d_tol-6_4x4x4_devc.csv PRES1 PRES2 PRES3 PRES4 -o pictures/pres_4x4x4.png
python ../Tools/plotCSV.py cube3d_tol-6_2x2x2_devc.csv PRES_ITE -o pictures/presite_2x2x2.png


Example comparePlotCSV:
=======================
python ../Tools/comparePlotCSV.py -i compare.txt -o pictures/velerr_all.png VEL_ERROR

with compare.txt:
cube3d_tol-6_1x1x1_devc.csv
cube3d_tol-6_2x2x2_devc.csv
cube3d_tol-6_4x4x4_devc.csv


In case of questions or troubles, please contact me at s.kilian@hhpberlin.de
