aboutsummaryrefslogtreecommitdiff
path: root/ML_BSSN_Test/test/gw3d_Exact_ord4_15/gw3d_Exact_ord4_15.par
blob: 9fbafc73b36fbac87cc73e8bbcf3a02dd4d70c8b (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
ActiveThorns = "CoordBase SymBase Boundary NanChecker CartGrid3d Time MoL CarpetIOBasic CarpetIOScalar IOUtil Carpet CarpetLib CarpetReduce CarpetInterp CarpetSlab CarpetRegrid CarpetIOASCII ADMBase StaticConformal SpaceMask Slab Periodic Exact CoordGauge ADMCoupling LoopControl"


ADMBase::evolution_method = "exact"
ADMBase::lapse_evolution_method = "exact"
ADMBase::shift_evolution_method = "exact"



#############################################################
# Grid
#############################################################

CoordBase::domainsize                   = minmax

CoordBase::boundary_size_x_lower        = 3
CoordBase::boundary_size_y_lower        = 3
CoordBase::boundary_size_z_lower        = 3
CoordBase::boundary_shiftout_x_lower    = 1
CoordBase::boundary_shiftout_y_lower    = 1
CoordBase::boundary_shiftout_z_lower    = 1

CoordBase::boundary_size_x_upper        = 3
CoordBase::boundary_size_y_upper        = 3
CoordBase::boundary_size_z_upper        = 3
CoordBase::boundary_shiftout_x_upper    = 0
CoordBase::boundary_shiftout_y_upper    = 0
CoordBase::boundary_shiftout_z_upper    = 0

CartGrid3D::type                        = "coordbase"
CartGrid3D::domain                      = "full"
CartGrid3D::avoid_origin                = "no"

Periodic::periodic = "yes"

CoordBase::xmin                         = 0
CoordBase::ymin                         = 0
CoordBase::zmin                         = 0

CoordBase::xmax                         = 1
CoordBase::ymax                         = 1
CoordBase::zmax                         = 1

CoordBase::dx                           = 0.0666666666666667
CoordBase::dy                           = 0.0666666666666667
CoordBase::dz                           = 0.0666666666666667

#############################################################
# CarpetRegrid
#############################################################

CarpetRegrid::refinement_levels           = 1
CarpetRegrid::refined_regions             = "manual-coordinate-list"
CarpetRegrid::smart_outer_boundaries      = yes
CarpetRegrid::keep_same_grid_structure    = "yes"

#############################################################
# Carpet
#############################################################

Carpet::ghost_size                      = 3
Carpet::domain_from_coordbase           = "yes"
Carpet::max_refinement_levels           = 1
Carpet::refinement_factor               = 2
Carpet::init_3_timelevels               = "no"
Carpet::prolongation_order_space        = 3
Carpet::prolongation_order_time         = 2
Carpet::use_buffer_zones          = yes
Carpet::num_integrator_substeps         = 4

#############################################################
# CarpetLib
#############################################################

#############################################################
# Time integration
#############################################################

Cactus::terminate                         = "time"
Cactus::cctk_final_time                   = 1
# Use 0.5 for RK4 and 0.25 for ICN
Time::dtfac                           = 0.5

MethodOfLines::ode_method             = "RK4"
MethodOfLines::MoL_Intermediate_Steps = 4

#MethodOfLines::ode_method             = "generic"
#MethodOfLines::generic_type             = "RK"
#MethodOfLines::MoL_Intermediate_Steps = 1

MethodOfLines::MoL_Num_Scratch_Levels = 1
MethodOfLines::MoL_NaN_Check          = "no"
MethodOfLines::initial_data_is_crap   = "no"

#############################################################
# Initial data
#############################################################

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

Exact::exact_model = "Minkowski/gauge wave"
Exact::Minkowski_gauge_wave__what_fn = "sin"
Exact::Minkowski_gauge_wave__amplitude = 0.1
Exact::Minkowski_gauge_wave__omega = 1
Exact::Minkowski_gauge_wave__lambda = 0.577350269189626
Exact::Minkowski_gauge_wave__diagonal = "no"

Exact::rotation_euler_psi = -1.9216757376671543544
Exact::rotation_euler_theta = 0.66214523564555227398
Exact::rotation_euler_phi = 1.2199169159226388841

Exact::exact_order = 4
Exact::exact_eps = 2e-4

#############################################################
# Output
#############################################################

IO::out_dir                   = $parfile
IO::out_fileinfo              = "none"

CarpetIOBasic::outInfo_every        = 1
CarpetIOBasic::outInfo_vars         = "ADMBase::alp"

IOASCII::out1D_every          = 30
IOASCII::out_precision        = 19
IOASCII::out1D_x              = "yes"
IOASCII::out1D_y              = "yes"
IOASCII::out1D_z              = "yes"
IOASCII::out1D_d              = "no"
IOASCII::out1D_vars           = "ADMBase::gxx ADMBase::kxx"