aboutsummaryrefslogtreecommitdiff
path: root/test/test_ADM.par
blob: 785642b8a2c19de9f87b942b2c2071d388baf292 (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
47
48
49
50
51
52
53
54
55
!DESC "Geodesically sliced black hole, ADM, Staggered leapfrog"

# $Header$
#
# /*@@
#   @file      test_ADM_1.par
#   @date      Sunday 24th July
#   @author    Gabrielle Allen
#   @desc
#   ADMConstraints test file
#   @enddesc
# @@*/           

# Required thorns
ActiveThorns = "ADMCoupling Boundary Time ADMconstraints pugh pughreduce CartGrid3D CoordBase SymBase TmunuBase ADMBase StaticConformal admmacros coordgauge spacemask ADM idanalyticbh ioutil iobasic localreduce"

# GENERAL

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

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

time::dtfac    =  0.25

cactus::cctk_initial_time  =  0.
cactus::cctk_itlast        =  10


# Einstein

ADMBase::initial_data     = "schwarzschild"
ADMBase::evolution_method = "ADM"
ADMBase::metric_type      = "static conformal"

adm::method        =  "stagleap"
adm::bound         =  "flat"
ADMBase::lapse_evolution_method  =  "1+log"

# Output

IO::out_dir         = "test_ADM"
IO::out_fileinfo   = "none"

IOBasic::outScalar_every =  2
IOBasic::outScalar_vars  = "admconstraints::hamiltonian admconstraints::momentum"

IOBasic::outInfo_every = 1
IOBasic::outInfo_vars = "admconstraints::ham admbase::gxx"

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