aboutsummaryrefslogtreecommitdiff
path: root/test/test_Exact_1.par
blob: d38d9d789cc85893051f059ca1dc86b2f6f3e243 (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
!DESC "Initial data for bowl spacetime, no evolution"

# Required thorns

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

# 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 

admbase::metric_type = "physical"
admbase::initial_data = "exact"

exact::exactmodel = "bowl"

# Output

IO::out_dir       = "test_Exact_1"
IO::out_fileinfo = "none"

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"

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