You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This came up one again in #900 (comment). If someone wants to earn a T-shirt, this would be a nice Hacktoberfest project. The idea would be to add an optional keyword argument test_ec to @test_trixi_include with default value false. If test_ec is set to true (or a non-zero tolerance), we should perform an automatic check whether semidiscrete entropy-conservation (EC) holds. It would probably be sufficient to just test the final numerical solution.
The text was updated successfully, but these errors were encountered:
This came up one again in #900 (comment). If someone wants to earn a T-shirt, this would be a nice Hacktoberfest project. The idea would be to add an optional keyword argument
test_ec
to@test_trixi_include
with default valuefalse
. Iftest_ec
is set totrue
(or a non-zero tolerance), we should perform an automatic check whether semidiscrete entropy-conservation (EC) holds. It would probably be sufficient to just test the final numerical solution.The text was updated successfully, but these errors were encountered: