tconv.sh - sphere - GPU-based 3D discrete element method algorithm with optional fluid coupling
 (HTM) git clone git://src.adamsgaard.dk/sphere
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
       tconv.sh (163B)
       ---
            1 #!/bin/bash
            2 if [[ "$1" == "" ]]; then
            3     echo "Usage: $0 <simulation id>"
            4     exit 1
            5 else 
            6     watch --interval 5 --no-title gnuplot -e \"sid=\'$1\'\" conv.gp
            7 fi