aboutsummaryrefslogtreecommitdiff
path: root/test/test_misner.par
blob: c207efb37c7300f0ce0d7a6d34f6b02d602f6e10 (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
!DESC "1+log sliced Misner black holes, ADM, double leapfrog"

#Required thorns
ActiveThorns = "Boundary Time ADMBase ADM ADMAnalysis CoordGauge ADMMacros SpaceMask StaticConformal CartGrid3D CoordBase SymBase pugh pughreduce  IDanalyticBH IOUtil iobasic"

# GENERAL 

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

grid::type                 = "byspacing"
grid::dxyz                 =  0.8 
grid::domain               = "full"

time::dtfac                =  0.25 
  
admbase::metric_type      = "static conformal"
admbase::evolution_method = "ADM"     
admbase::lapse_evolution_method = "1+log"
admbase::initial_data     = "misner_bh" 

idanalyticbh::mu           = 1.2

cactus::cctk_itlast        = 10      

adm::bound                 = "flat"      
adm::method                = "leapfrog"

IO::out_dir               = "test_misner"
IO::out_fileinfo         = "none"
IOBasic::outInfo_every   = 1
IOBasic::outInfo_vars    = "admbase::gxx admbase::kxx"
IOBasic::outScalar_every = 2
IOBasic::outScalar_vars  = "admanalysis::grr admanalysis::trk"


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