aboutsummaryrefslogtreecommitdiff
path: root/test/test_pw_ADM_sl.par
blob: 73ae811108b97b2db1114e079c35f0bdd9ea57fe (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
56
57
58
59
60
61
62
63
64
65
#########################################################
!DESC "Linearized plane wave along z-line, ADM, Staggered leapfrog"
#########################################################

# Required thorns
ActiveThorns = "boundary time pugh pughslab pughreduce CartGrid3D CoordBase SymBase ADMBase StaticConformal ADM ADMMacros ADMAnalysis CoordGauge IDLinearWaves ioascii ioutil iobasic localreduce"

# GENERAL 

driver::global_nx  =  3     
driver::global_ny  =  3     
driver::global_nz  =  200     

grid::type         =  "byspacing"
grid::dxyz         =  0.01
grid::domain     =  "full"
time::dtfac    =  0.25   

cactus::cctk_initial_time  =  0.     
cactus::cctk_itlast        =  100      


# Einstein 

admbase::metric_type       =  "static conformal"
admbase::initial_data      = "planewaves"
admbase::evolution_method  = "ADM"     

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

admbase::lapse_evolution_method  =  "coordgauge"  
coordgauge::lapse_list           =  "geodesic"  

# IDLinearwaves
idlinearwaves::amplitude  = 0.001
idlinearwaves::wavecenter = 0.0
idlinearwaves::wavelength = 2.0
idlinearwaves::wavepulse  = 1.0
idlinearwaves::wavetheta  = 0.0
idlinearwaves::wavephi    = 0.0
idlinearwaves::wavesgoing = "both"

# Output

IO::out_dir               = "test_pw_ADM_sl"
IO::out_fileinfo         = "none"
IO::parfile_write        = "no"

IOBasic::outScalar_every =  10      
IOBasic::outScalar_vars  = "admbase::gxx admbase::kxx 
                            admanalysis::grr admbase::alp"
IOASCII::out1D_every =  10      
IOASCII::out1D_vars  = "admbase::gxx admbase::gxy admbase::gxz
                        admbase::gyy admbase::gyz admbase::gzz
                        admbase::kxx admbase::kxy admbase::kxz
                        admbase::kyy admbase::kyz admbase::kzz"

IOBasic::outInfo_every = 5
IOBasic::outInfo_vars = "admbase::gxx"

##################################################################

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