trixi-framework/Trixi.jl

Automate EC/ES tests

Open

#903 aberto em 10 de out. de 2021

Ver no GitHub
 (2 comments) (0 reactions) (0 assignees)Julia (153 forks)batch import
hacktoberfesttesting

Métricas do repositório

Stars
 (686 stars)
Métricas de merge de PR
 (Mesclagem média 19d 17h) (36 fundiu PRs em 30d)

Description

This came up one again in https://github.com/trixi-framework/Trixi.jl/pull/900#discussion_r725094522. 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.

Guia do colaborador