aboutsummaryrefslogtreecommitdiff
path: root/test/KS-tilted.par
blob: 0fb802b32f5ba4a752ae585550f3b410daf8f002 (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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
Cactus::cctk_run_title     = "Tilted Kerr/Kerr-Schild data"
Cactus::cctk_full_warnings = yes

Cactus::cctk_itlast = 2

ActiveThorns = "IOUtil"
IO::out_dir       = $parfile
IO::out_fileinfo  = "axis labels"
IO::parfile_write = "no"

ActiveThorns = "AEILocalInterp LocalInterp LocalReduce"

ActiveThorns = "PUGH PUGHInterp PUGHReduce PUGHSlab"
driver::global_nsize = 49
driver::ghost_size   =  2

ActiveThorns = "NaNChecker"

ActiveThorns = "Boundary CartGrid3D CoordBase SymBase SymBase SphericalSurface CoordBase"
CartGrid3D::type         = "byspacing"
CartGrid3D::domain       = "full"
CartGrid3D::dxyz         = 0.125
CartGrid3D::avoid_origin = no
CoordBase::boundary_size_x_upper = 2
CoordBase::boundary_size_y_upper = 2
CoordBase::boundary_size_z_upper = 2
CoordBase::boundary_size_x_lower = 2
CoordBase::boundary_size_y_lower = 2
CoordBase::boundary_size_z_lower = 2

ActiveThorns = "ADMBase ADMCoupling ADMMacros CoordGauge SpaceMask StaticConformal TmunuBase"
SpaceMask::use_mask = yes

ActiveThorns = "Exact"
ADMBase::initial_data           = "exact"
ADMBase::initial_lapse          = "exact"
ADMBase::initial_shift          = "exact"
Exact::exact_model              = "Kerr/Kerr-Schild"
Exact::rotation_euler_theta     = 0.4 # in radians, approx. 23 degrees

ActiveThorns = "NoExcision"
NoExcision::num_regions      = 1
NoExcision::radius[0]        = 0.8

ActiveThorns = "Time"
Time::dtfac = 0.25

ActiveThorns = "MoL"
MoL::ODE_Method = "RK3"

ActiveThorns = "ML_BSSN ML_BSSN_Helper GenericFD LoopControl TmunuBase NewRad"
ADMBase::evolution_method = ML_BSSN
ML_BSSN::fdOrder                     = 2
ML_BSSN::my_initial_boundary_condition = "extrapolate-gammas"
ML_BSSN::my_rhs_boundary_condition     = "NewRad"
# These are necessary
ML_BSSN::ML_log_confac_bound = "none"
ML_BSSN::ML_metric_bound     = "none"
ML_BSSN::ML_Gamma_bound      = "none"
ML_BSSN::ML_trace_curv_bound = "none"
ML_BSSN::ML_curv_bound       = "none"
ML_BSSN::ML_lapse_bound      = "none"
ML_BSSN::ML_dtlapse_bound    = "none"
ML_BSSN::ML_shift_bound      = "none"
ML_BSSN::ML_dtshift_bound    = "none"

ActiveThorns = "ADMConstraints"

ActiveThorns = "AHFinderDirect"
AHFinderDirect::output_OpenDX_control_files    = no
AHFinderDirect::geometry_interpolator_name     = "Lagrange polynomial interpolation"
AHFinderDirect::geometry_interpolator_pars     = "order=4"
AHFinderDirect::surface_interpolator_name      = "Lagrange polynomial interpolation"
AHFinderDirect::surface_interpolator_pars      = "order=4"

ActiveThorns = "IOBasic"
IOBasic::outInfo_every      = 1
IOBasic::outInfo_reductions = "norm2"
IOBasic::outInfo_vars       = "
        ADMConstraints::ham
        ADMBase::gxx
"

IOBasic::outScalar_every      = 1
IOBasic::outScalar_reductions = "average count maximum minimum norm1 norm2 norm_inf"
IOBasic::outScalar_vars       = "
        ADMBase::metric
        ADMBase::curv
        ADMBase::lapse
        ADMBase::shift
        ADMConstraints::hamiltonian
        ADMConstraints::momentum
        SpaceMask::mask
"

ActiveThorns = "IOASCII"
IOASCII::out1D_every = 1
IOASCII::out1D_vars  = "
        ADMBase::metric
        ADMBase::curv
        ADMBase::lapse
        ADMBase::shift
        ADMConstraints::hamiltonian
        ADMConstraints::momentum
        SpaceMask::mask
"