aboutsummaryrefslogtreecommitdiff
path: root/test/test_rob.par
blob: f9a646db18152eaab022f32e6ecc3c38ede2799b (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
46
!DESC "Octant evolution with robin boundaries"
# $Id$
#
# /*@@
#   @file      test_rad.par
#   @date      Saturday 18 Sept 1999
#   @author    Gabrielle Allen
#   @desc
#   Wavetoy parameter file demonstrating radiation boundaries in Octant
#   @enddesc
# @@*/          

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

idscalarwave::initial_data = "gaussian"
idscalarwave::sigma = 2.8
idscalarwave::radius = 5

wavetoyf77::bound = "robin"

grid::type = "BySpacing"
grid::domain = "octant"
grid::dxyz = 0.6

driver::global_nx = 10
driver::global_ny = 10
driver::global_nz = 10

cactus::cctk_itlast = 4

IOBASIC::outScalar_every = 1
IOBASIC::outScalar_vars = "wavetoy::phi"

IOASCII::out1D_every = 1
IOASCII::out1D_z = "no"
IOASCII::out1D_y = "no"
IOASCII::out1D_d = "no"
IOASCII::out1D_vars = "wavetoy::phi "

IO::out_dir       = "test_rob"
IO::out_fileinfo = "none"

# do not use the new scheme for names of output files
IO::new_filename_scheme = "no"