tconv.gp - 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.gp (270B)
       ---
            1 #!/usr/bin/env gnuplot
            2 
            3 set terminal dumb
            4 #set terminal pngcairo
            5 #set out 'output/'.sid.'-conv.png'
            6 
            7 set title "Convergence evolution in CFD solver (".sid.")"
            8 set xlabel "Time step"
            9 set ylabel "Jacobi iterations"
           10 
           11 plot 'output/'.sid.'-conv.log' with linespoints notitle