~njansson/dolfin/hpc

1
2
3
4
5
6
7
8
9
#!/bin/sh

if [ -r metis_cube_4part.dat ] 
then
python plot.py UnitCube edgecut metis_cube_4part.dat metis_cube_16part.dat metis_cube_64part.dat scotch_cube_4part.dat scotch_cube_16part.dat scotch_cube_64part.dat
exit
fi

echo "Run bench2.sh before running this"