comparison src/SbpOperators/operators/standard_diagonal.toml @ 1602:3e7438e2a033 feature/boundary_conditions

Address review comments (1 left to be discussed)
author Vidar Stiernström <vidar.stiernstrom@gmail.com>
date Sat, 01 Jun 2024 17:39:54 -0700
parents fad18896d20a
children 1388149b54ad
comparison
equal deleted inserted replaced
1601:fad18896d20a 1602:3e7438e2a033
37 D2variable.inner_stencil = [["1/2", "1/2", "0"],[ "-1/2", "-1", "-1/2"],["0", "1/2", "1/2"]] 37 D2variable.inner_stencil = [["1/2", "1/2", "0"],[ "-1/2", "-1", "-1/2"],["0", "1/2", "1/2"]]
38 D2variable.closure_stencils = [ 38 D2variable.closure_stencils = [
39 {s = [["2", "-1", "0"],["-3", "1", "0"],["1","0","0"]], c = 1}, 39 {s = [["2", "-1", "0"],["-3", "1", "0"],["1","0","0"]], c = 1},
40 ] 40 ]
41 41
42 Positivity.D2 = {theta_H = "1/2", theta_M = "0.3636363636", theta_R = "1.000000538455350", m_b = "2"} 42 D2.positivity = {theta_M = "0.3636363636", theta_R = "1.000000538455350", m_b = "2"}
43 43
44 [[stencil_set]] 44 [[stencil_set]]
45 45
46 order = 4 46 order = 4
47 47
135 [ "0", "0", "0", "0", "1/6", "1/2", "1/2", "1/6" ], 135 [ "0", "0", "0", "0", "1/6", "1/2", "1/2", "1/6" ],
136 [ "0", "0", "0", "0", "0", "-1/8", "1/6", "-1/8" ], 136 [ "0", "0", "0", "0", "0", "-1/8", "1/6", "-1/8" ],
137 ]} 137 ]}
138 ] 138 ]
139 139
140 Positivity.D2 = {theta_H = "17/48", theta_M = "0.2505765857", theta_R = "0.577587500088313", m_b = "4"} # REVIEW: Shouldn't the keys be reversed here (D2.positivity instead of Positivity.D2) 140 D2.positivity = {theta_M = "0.2505765857", theta_R = "0.577587500088313", m_b = "4"}
141 141
142 [[stencil_set]] 142 [[stencil_set]]
143 143
144 order = 6 144 order = 6
145 145
151 151
152 152
153 e.closure = ["1"] 153 e.closure = ["1"]
154 d1.closure = ["-25/12", "4", "-3", "4/3", "-1/4"] 154 d1.closure = ["-25/12", "4", "-3", "4/3", "-1/4"]
155 155
156 Positivity.D2 = {theta_H = "13649/43200", theta_M = "0.1878687080", theta_R = "0.3697", m_b = "7"} 156 D2.positivity = {theta_M = "0.1878687080", theta_R = "0.3697", m_b = "7"}