aboutsummaryrefslogtreecommitdiff
path: root/par/old/gw_bssn_1.par
blob: 10d925560a1c23879b15430f0e1808ff4b320a4d (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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
ActiveThorns = "
        Boundary
        CartGrid3D
        CoordBase
        IOUtil
        InitBase
        MoL
        SymBase
        Time

        ADMAnalysis
        ADMBase
        ADMConstraints
        ADMCoupling
        ADMMacros
        CoordGauge
        SpaceMask
        StaticConformal

        NaNChecker

        Carpet
        CarpetIOASCII
        CarpetIOBasic
        CarpetIOScalar
        CarpetLib
        CarpetReduce
        LoopControl

        Periodic

        Dissipation
        Exact
        Formaline
        GSL
        SphericalSurface
        TmunuBase

        Slab

        GenericFD

        ML_BSSN
"



Cactus::cctk_itlast = 100

grid::type = "CoordBase"

CoordBase::domainsize = "minmax"

CoordBase::xmax = 1.0
CoordBase::ymax = 0.0
CoordBase::zmax = 0.0
CoordBase::dx   = 0.02
CoordBase::dy   = 0.02
CoordBase::dz   = 0.02

CoordBase::boundary_shiftout_x_lower = 1
CoordBase::boundary_shiftout_y_lower = 1
CoordBase::boundary_shiftout_z_lower = 1
CoordBase::boundary_shiftout_x_upper = 0
CoordBase::boundary_shiftout_y_upper = 1
CoordBase::boundary_shiftout_z_upper = 1

CoordBase::boundary_size_x_lower = 2
CoordBase::boundary_size_y_lower = 2
CoordBase::boundary_size_z_lower = 2
CoordBase::boundary_size_x_upper = 2
CoordBase::boundary_size_y_upper = 2
CoordBase::boundary_size_z_upper = 2

Periodic::periodic = yes

Carpet::domain_from_coordbase = yes
driver::ghost_size            = 2
Carpet::use_buffer_zones      = yes



ADMBase::initial_data    = "exact"
ADMBase::initial_lapse   = "exact"
ADMBase::initial_shift   = "exact"
ADMBase::initial_dtlapse = "exact"
ADMBase::initial_dtshift = "exact"

Exact::exact_model                     = "Minkowski/gauge wave"
Exact::Minkowski_gauge_wave__what_fn   = "expsin"
Exact::Minkowski_gauge_wave__amplitude = 0.01

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"

ADMMacros::spatial_order = 4



Time::dtfac = 0.5

MoL::ODE_Method             = "RK4"
MoL::MoL_Intermediate_Steps = 4
MoL::MoL_Num_Scratch_Levels = 1

Dissipation::epsdis = 0.25
Dissipation::vars = "
        ML_BSSN::ML_log_confac
        ML_BSSN::ML_metric
        ML_BSSN::ML_trace_curv
        ML_BSSN::ML_curv
        ML_BSSN::ML_Gamma
        ML_BSSN::ML_lapse
        ML_BSSN::ML_dtlapse
        ML_BSSN::ML_shift
        ML_BSSN::ML_dtshift
"



IO::out_dir = $parfile

IOBasic::outInfo_every = 1
IOBasic::outInfo_vars = "
        ML_BSSN::H
        ML_BSSN::trKrhs
"

IOScalar::one_file_per_group = yes
IOScalar::outScalar_every    = 1
IOScalar::outScalar_vars     = "
        ADMBase::metric
        ADMBase::curv
        ADMBase::lapse
        ADMBase::shift
        ADMAnalysis::trace_of_K
        ADMAnalysis::ricci_scalar
        ADMConstraints::Hamiltonian
        ADMConstraints::momentum
        ML_BSSN::ML_log_confac
        ML_BSSN::ML_metric
        ML_BSSN::ML_trace_curv
        ML_BSSN::ML_curv
        ML_BSSN::ML_Gamma
        ML_BSSN::ML_lapse
        ML_BSSN::ML_dtlapse
        ML_BSSN::ML_shift
        ML_BSSN::ML_dtshift
        ML_BSSN::Ham
        ML_BSSN::mom
        ML_BSSN::cons_detg
        ML_BSSN::cons_Gamma
        ML_BSSN::cons_traceA
        ML_BSSN::ML_log_confacrhs
        ML_BSSN::ML_metricrhs
        ML_BSSN::ML_Gammarhs
        ML_BSSN::ML_trace_curvrhs
        ML_BSSN::ML_curvrhs
        ML_BSSN::ML_lapserhs
        ML_BSSN::ML_dtlapserhs
        ML_BSSN::ML_shiftrhs
        ML_BSSN::ML_dtshiftrhs
"

IOASCII::one_file_per_group = yes
IOASCII::out1D_every        = 1
IOASCII::out1D_vars         = "
        ADMBase::metric
        ADMBase::curv
        ADMBase::lapse
        ADMBase::shift
        ADMAnalysis::trace_of_K
        ADMAnalysis::ricci_scalar
        ADMConstraints::Hamiltonian
        ADMConstraints::momentum
        ML_BSSN::ML_log_confac
        ML_BSSN::ML_metric
        ML_BSSN::ML_trace_curv
        ML_BSSN::ML_curv
        ML_BSSN::ML_Gamma
        ML_BSSN::ML_lapse
        ML_BSSN::ML_dtlapse
        ML_BSSN::ML_shift
        ML_BSSN::ML_dtshift
        ML_BSSN::Ham
        ML_BSSN::mom
        ML_BSSN::cons_detg
        ML_BSSN::cons_Gamma
        ML_BSSN::cons_traceA
        ML_BSSN::ML_log_confacrhs
        ML_BSSN::ML_metricrhs
        ML_BSSN::ML_Gammarhs
        ML_BSSN::ML_trace_curvrhs
        ML_BSSN::ML_curvrhs
        ML_BSSN::ML_lapserhs
        ML_BSSN::ML_dtlapserhs
        ML_BSSN::ML_shiftrhs
        ML_BSSN::ML_dtshiftrhs
"