aboutsummaryrefslogtreecommitdiff
path: root/img/cylinder2d_single_refinement_60s.gnuplot
diff options
context:
space:
mode:
authorAdrian Kummerlaender2019-01-30 09:44:35 +0100
committerAdrian Kummerlaender2019-01-30 09:44:35 +0100
commit6bd4284b1d0475bee6be33fc1ac284e097b0043a (patch)
tree4ad4ba3032cf1a8021b63896c4c8538d7e005426 /img/cylinder2d_single_refinement_60s.gnuplot
parentfe86c7399d9bc20f7f95f7557d6d2b80e7b86be3 (diff)
downloadgrid_refinement_bsc_thesis-6bd4284b1d0475bee6be33fc1ac284e097b0043a.tar
grid_refinement_bsc_thesis-6bd4284b1d0475bee6be33fc1ac284e097b0043a.tar.gz
grid_refinement_bsc_thesis-6bd4284b1d0475bee6be33fc1ac284e097b0043a.tar.bz2
grid_refinement_bsc_thesis-6bd4284b1d0475bee6be33fc1ac284e097b0043a.tar.lz
grid_refinement_bsc_thesis-6bd4284b1d0475bee6be33fc1ac284e097b0043a.tar.xz
grid_refinement_bsc_thesis-6bd4284b1d0475bee6be33fc1ac284e097b0043a.tar.zst
grid_refinement_bsc_thesis-6bd4284b1d0475bee6be33fc1ac284e097b0043a.zip
Draw refinement rectangles using pdfcairo
Diffstat (limited to 'img/cylinder2d_single_refinement_60s.gnuplot')
-rw-r--r--img/cylinder2d_single_refinement_60s.gnuplot8
1 files changed, 5 insertions, 3 deletions
diff --git a/img/cylinder2d_single_refinement_60s.gnuplot b/img/cylinder2d_single_refinement_60s.gnuplot
index 34f9b85..037d6b4 100644
--- a/img/cylinder2d_single_refinement_60s.gnuplot
+++ b/img/cylinder2d_single_refinement_60s.gnuplot
@@ -2,10 +2,12 @@ plotname = "cylinder2d_single_refinement_60s"
load 'common/velocity_fluid.gnuplot'
-set obj 1 rect from 0.75,0.55 to 8.75,3.55
-set obj 1 fillstyle empty border -1 front lw 4
-
plot 'data/cylinder2d_single_level_refinement_60s_0.csv' using 6:7:(sqrt($2*$2+$3*$3)) palette pt 5 ps 1.3 notitle,\
'data/cylinder2d_single_level_refinement_60s_1.csv' using 6:7:(sqrt($2*$2+$3*$3)) palette pt 5 ps 0.7 notitle
load 'common/velocity_wrapper.gnuplot'
+
+set obj 1 rect from 0.75,0.55 to 8.75,3.55
+set obj 1 fillstyle empty border -1 front lw 1
+
+load 'common/include_fluid.gnuplot'