tconv-png.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-png.gp (476B)
       ---
            1 #!/usr/bin/env gnuplot
            2 
            3 #set terminal pngcairo
            4 set terminal pngcairo background "#002b36"
            5 set border linecolor rgbcolor "#657b83"
            6 set key textcolor rgbcolor "#657b83"
            7 set out 'output/'.sid.'-conv.png'
            8 
            9 set title "Convergence evolution in CFD solver (".sid.")" textcolor rgb "#93a1a1"
           10 set xlabel "Time step" textcolor rgb "#657b83"
           11 set ylabel "Jacobi iterations" textcolor rgb "#657b83"
           12 set grid
           13 
           14 plot 'output/'.sid.'-conv.log' with linespoints notitle linecolor rgb "#657b83"