Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix inertialess tracers #4714

Merged
merged 2 commits into from
Apr 26, 2023
Merged

Commits on Apr 25, 2023

  1. core: Fix inertialess tracers integration

    Let the Euler integrator update the position along all coordinates,
    not just the x- and y-axes. Adapt the test case to check all three
    coordinates are properly integrated. This fixes the regression
    introduced by 29cf77d.
    jngrad committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    06f4def View commit details
    Browse the repository at this point in the history
  2. core: Raise exception when LB GPU discards tracers

    The LB GPU method silently skips inertialess tracers on non-root
    MPI ranks. Now an exception is raised.
    jngrad committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    c7f45ae View commit details
    Browse the repository at this point in the history