aboutsummaryrefslogtreecommitdiff
path: root/par/wavetoycxx_flat.par
blob: 5fe1deea20d90a25a66c3dce1495f538e52e72a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
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

cactus::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"