aboutsummaryrefslogtreecommitdiff
path: root/par
diff options
context:
space:
mode:
Diffstat (limited to 'par')
-rw-r--r--par/wavetoyc_gnuplot.par49
1 files changed, 49 insertions, 0 deletions
diff --git a/par/wavetoyc_gnuplot.par b/par/wavetoyc_gnuplot.par
new file mode 100644
index 0000000..c0c0f21
--- /dev/null
+++ b/par/wavetoyc_gnuplot.par
@@ -0,0 +1,49 @@
+# wavetoyc_rad.par - wavetoy evolution with radiation boundaries
+# $Id$
+#
+# /*@@
+# @file wavetoyc_gnuplot.par
+# @date Tuesday 19th June
+# @author Gabrielle Allen
+# @desc
+# Wavetoy parameter file demonstrating gnuplot output
+# @enddesc
+# @@*/
+
+ActiveThorns = "idscalarwavec time wavetoyc pugh pughreduce pughslab cartgrid3d ioutil ioascii iobasic"
+
+IOBasic::outScalar_style = "gnuplot"
+IOASCII::out_style = "gnuplot"
+
+time::dtfac = 0.5
+
+idscalarwave::initial_data = "gaussian"
+idscalarwave::sigma = 2.8
+idscalarwave::radius = 0
+
+wavetoyc::bound = "radiation"
+
+grid::type = "BySpacing"
+grid::domain = "octant"
+grid::dxyz = 0.3
+
+driver::global_nx = 30
+driver::global_ny = 30
+driver::global_nz = 30
+
+cactus::cctk_itlast = 120
+
+IOBasic::outScalar_every = 2
+IOBasic::outScalar_vars = "wavetoy::phi"
+
+IOASCII::out1D_every = 2
+IOASCII::out1D_z = "no"
+IOASCII::out1D_y = "no"
+IOASCII::out1D_vars = "wavetoy::phi "
+
+IOBasic::outInfo_every = 10
+IOBasic::outInfo_vars = "wavetoy::phi"
+
+IO::outdir = "wavetoyc_gnuplot
+"
+