trixi-framework/Trixi.jl

Calculate timestep only once for equations with constant propagation speed

Open

#216 创建于 2020年10月11日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Julia (686 star) (153 fork)batch import
enhancementgood first issueperformancetaal

描述

For example, scalar advection and hyperbolic diffusion have constant propagation speeds, thus the time step needs to be calculated only once after each change of the mesh. This can be a performance improvement, especially when doing parallel simulations, where it saves one blocking collective communication per time step.

For this to work, first #215 needs to be resolved.

贡献者指南

Calculate timestep only once for equations with constant propagation speed · trixi-framework/Trixi.jl#216 | Good First Issue