trixi-framework/Trixi.jl
Voir sur GitHubCalculate timestep only once for equations with constant propagation speed
Open
#216 ouverte le 11 oct. 2020
enhancementgood first issueperformancetaal
Métriques du dépôt
- Stars
- (686 stars)
- Métriques de merge PR
- (Merge moyen 19j 17h) (36 PRs mergées en 30 j)
Description
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.