From 02617407d19e1d0a3f6fb3a9f63f0e0f28f0768e Mon Sep 17 00:00:00 2001 From: werner Date: Mon, 11 Oct 1999 08:59:17 +0000 Subject: WaveToy in C++ git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyCXX/trunk@2 50555cc7-fb31-491a-85db-9a2874240742 --- par/wavetoycxx_flat.par | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 par/wavetoycxx_flat.par (limited to 'par') diff --git a/par/wavetoycxx_flat.par b/par/wavetoycxx_flat.par new file mode 100644 index 0000000..d88b152 --- /dev/null +++ b/par/wavetoycxx_flat.par @@ -0,0 +1,45 @@ +# wavetoyc_flat.par - wavetoy evolution with flat boundaries +# $Id$ +# +# /*@@ +# @file wavetoyc_flat.par +# @date Sunday 24th July +# @author Gabrielle Allen +# @desc +# Wavetoy parameter file demonstrating flat boundaries in Octant +# @enddesc +# @@*/ + +ActiveThorns = "idscalarwavecxx iobasic time wavetoycxx pugh cartgrid3d ioutil ioascii" + +time::dtfac = 0.5 + +#idscalarwave::initial_data = "gaussian" +idscalarwavecxx::sigma = 2.8 +idscalarwavecxx::radius = 0 + +wavetoy::bound = "flat" + +grid::type = "BySpacing" +grid::domain = "octant" +grid::dxyz = 0.3 + +driver::global_nx = 30 +driver::global_ny = 30 +driver::global_nz = 30 + +cctk_itlast = 500 + +IOBasic::outScalar_every = 10 +IOBasic::outScalar_vars = "wavetoy::phi" + +IOASCII::out1D_every = 10 +IOASCII::out1D_z = "no" +IOASCII::out1D_y = "no" +IOASCII::out1D_vars = "wavetoy::phi " + +IOBasic::outInfo_every = 50 +IOBasic::outInfo_vars = "wavetoy::phi" + +IO::outdir = "wavetoyc_flat" + -- cgit v1.2.3