aboutsummaryrefslogtreecommitdiff
path: root/test/ADMConstraints_Mask.par
blob: 594005e772e57f72f79e8c151a68ff50f32e1331 (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
!DESC "Constraints for Schwarzschild with mask activated"

# $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 ADM CoordGauge pughreduce CartGrid3D CoordBase SymBase TmunuBase ADMBase StaticConformal admmacros spacemask 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"

cactus::cctk_itlast        =  3


# Einstein

SpaceMask::use_mask       = "yes"

ADMBase::initial_data     = "schwarzschild"
ADMBase::metric_type      = "static conformal"
ADMBase::evolution_method = "ADM"
ADMBase::lapse_evolution_method  =  "1+log"

adm::method               =  "stagleap"
adm::bound                =  "flat"

# Output

IO::out_dir         = "ADMConstraints_Mask"
IO::out_fileinfo   = "none"

IOBasic::outScalar_every      = 1
IOBasic::outScalar_vars       = "admconstraints::hamiltonian admconstraints::momentum"
IOBasic::outScalar_reductions = "average count maximum minimum norm1 norm2 norm3 norm4 norm_inf sum"

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