trixi-framework / trixi-framework/Trixi.jl

Calculate timestep only once for equations with constant propagation speed

Open
#216 0 comments 0 reactions 0 assignees View on GitHub
enhancement good first issue performance taal
Dominant language
Julia
Stars
731
Forks
166
Avg merge
2d 18h
Merged PRs (30d)
25

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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.