aboutsummaryrefslogtreecommitdiff
path: root/par/bowl.par
blob: 97ea20c9030ef9e7b7b73bd0cf5428cb847e5ba0 (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
################################################
#  Initial data for bowl spacetime, no evolution
################################################

# Required thorns

ActiveThorns = "time pugh pughslab cartgrid3d admbase adm admmacros staticconformal coordgauge exact ioascii ioutil iobasic boundary "

# Grid

driver::global_nx = 20
driver::global_ny = 20
driver::global_nz = 20

grid::type   = "byspacing"
grid::dxyz   = 0.2
grid::domain = "octant"

cactus::cctk_initial_time = 0.0
cactus::cctk_itlast       = 0
 
time::dtfac = 0.25

# Initial data 

einstein::initial_data = "exact"

exact::exactmodel = "bowl"

# Output

IO::out_dir = "bowl"
IOBasic::outInfo_every = 1
IOBasic::outInfo_vars  = "admbase::gxx"

IOBasic::outScalar_every =  1
IOBasic::outScalar_vars  = "admbase::gxx admbase::gyy admbase::gzz"

IOASCII::out1D_every =  1
IOASCII::out1D_vars  = "admbase::gxx admbase::gyy admbase::gzz"