aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetInterp/test/waveinterp-2p.par
blob: a862751b6cd1094b0458d64903e9ae523c0e2ef5 (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
Cactus::cctk_run_title     = "WaveToy Interpolation Test"
Cactus::cctk_full_warnings = yes

Cactus::terminate       = time
Cactus::cctk_final_time = 0.1



ActiveThorns = "IOUtil"

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



ActiveThorns = "InitBase LocalInterp AEILocalInterp LocalReduce"



ActiveThorns = "Carpet CarpetLib CarpetInterp GSL LoopControl CarpetReduce CarpetSlab"

Carpet::domain_from_coordbase = yes
Carpet::max_refinement_levels = 20

driver::ghost_size   = 2

Carpet::prolongation_order_space = 3
Carpet::prolongation_order_time  = 2

Carpet::convergence_level = 0

Carpet::init_3_timelevels = yes



ActiveThorns = "NaNChecker"



ActiveThorns = "Boundary CartGrid3D CoordBase SymBase"

CoordBase::domainsize = minmax

CoordBase::xmin = -1.0
CoordBase::ymin = -1.0
CoordBase::zmin = -1.0
CoordBase::xmax =  1.0
CoordBase::ymax =  1.0
CoordBase::zmax =  1.0
CoordBase::dx   =  0.1
CoordBase::dy   =  0.1
CoordBase::dz   =  0.1

CartGrid3D::type         = coordbase
CartGrid3D::avoid_origin = no



ActiveThorns = "CarpetRegrid"

CarpetRegrid::refinement_levels = 3
CarpetRegrid::refined_regions = "manual-coordinate-list"
CarpetRegrid::smart_outer_boundaries = yes
CarpetRegrid::coordinates = "
        [ [ ([-0.4,-0.4,-0.4]:[+0.4,+0.4,+0.4]:[0.0500,0.0500,0.0500]) ],
          [ ([-0.2,-0.2,-0.2]:[+0.2,+0.2,+0.2]:[0.0250,0.0250,0.0250]) ],
          [ ([-0.1,-0.1,-0.1]:[+0.1,+0.1,+0.1]:[0.0125,0.0125,0.0125]) ] ]
"
CarpetRegrid::keep_same_grid_structure = yes



ActiveThorns = "Time"

Time::dtfac = 0.25



ActiveThorns = "MoL"

MoL::ODE_Method = RK3



ActiveThorns = "WaveMoL"

#WaveMoL::num_timelevels = 3



ActiveThorns = "IDWaveMoL"

IDWaveMoL::initial_data = plane
IDWaveMoL::slopet       = 1.0



ActiveThorns = "InterpToArray"

InterpToArray::narrays1d = 3

InterpToArray::array1d_vars      [0] = "WaveMoL::phi"
InterpToArray::array1d_timederivs[0] = 0

InterpToArray::array1d_vars      [1] = "WaveMoL::phi"
InterpToArray::array1d_timederivs[1] = 1

InterpToArray::array1d_vars      [2] = "WaveMoL::phi"
InterpToArray::array1d_timederivs[2] = 2

InterpToArray::array1d_npoints_i = 10
InterpToArray::array1d_dx_i      =  0.1



ActiveThorns = "CarpetIOBasic"

IOBasic::outInfo_every      = 1
IOBasic::outInfo_reductions = "norm2"
IOBasic::outInfo_vars       = "
        WaveMoL::phi
        WaveMoL::phit
        WaveMoL::phix
"


ActiveThorns = "CarpetIOScalar"

IOScalar::outScalar_every      = 1
IOScalar::outScalar_reductions = "count minimum maximum average norm1 norm2 norm_inf"
IOScalar::outScalar_vars       = "
        WaveMoL::scalarevolvemol_scalar
        WaveMoL::scalarevolvemol_vector
"



ActiveThorns = "CarpetIOASCII"

IOASCII::out0D_every = 1
IOASCII::out0D_vars  = "
        WaveMoL::scalarevolvemol_scalar
        WaveMoL::scalarevolvemol_vector
"

IOASCII::out1D_every = 1
IOASCII::out1D_vars  = "
        WaveMoL::scalarevolvemol_scalar
        WaveMoL::scalarevolvemol_vector
        InterpToArray::arrays1d
"