Mercurial > repos > public > sbplib_julia
diff src/SbpOperators/operators/standard_diagonal.toml @ 1596:84dc3b9b449b feature/boundary_conditions
Add positivity properties (the borrowing capacity) of the D2 operators to the operator toml as well as methods to parse them
author | Vidar Stiernström <vidar.stiernstrom@gmail.com> |
---|---|
date | Sun, 26 May 2024 18:13:58 -0700 |
parents | d2ffb412a0be |
children | fad18896d20a |
line wrap: on
line diff
--- a/src/SbpOperators/operators/standard_diagonal.toml Sun May 26 17:35:52 2024 -0700 +++ b/src/SbpOperators/operators/standard_diagonal.toml Sun May 26 18:13:58 2024 -0700 @@ -39,6 +39,8 @@ {s = [["2", "-1", "0"],["-3", "1", "0"],["1","0","0"]], c = 1}, ] +Positivity.D2 = {theta_H = "1/2", theta_M = "0.3636363636", theta_R = "1.000000538455350", m_b = "2"} + [[stencil_set]] order = 4 @@ -135,7 +137,7 @@ ]} ] - +Positivity.D2 = {theta_H = "17/48", theta_M = "0.2505765857", theta_R = "0.577587500088313", m_b = "4"} [[stencil_set]] @@ -150,3 +152,5 @@ e.closure = ["1"] d1.closure = ["-25/12", "4", "-3", "4/3", "-1/4"] + +Positivity.D2 = {theta_H = "13649/43200", theta_M = "0.1878687080", theta_R = "0.3697", m_b = "7"}