aboutsummaryrefslogtreecommitdiff
path: root/par/wavetoyf90_flat.par
blob: 4c88db8ded0f7e01c2d8ccae4d7133d403617a19 (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
# wavetoy_flat.par - wavetoy evolution with flat boundaries
# $Id$
#
# /*@@
#   @file      wavetoy_rad.par
#   @date      Sunday 24th July
#   @author    Gabrielle Allen
#   @desc
#   Wavetoy parameter file demonstrating flat boundaries in Octant
#   @enddesc
# @@*/          

ActiveThorns = "idscalarwave time wavetoyf90 pugh pughreduce pughslab cartgrid3d ioutil ioascii iobasic"
 
time::dtfac = 0.5

IDScalarWave::initial_data = "gaussian"
IDScalarWave::sigma = 2.8
IDScalarWave::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 = "wavetoyf90_flat"