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

Switch LB to pull scheme (un-optimized) #4769

Open
wants to merge 8 commits into
base: python
Choose a base branch
from

Commits on Aug 8, 2023

  1. Switch LB to pull scheme (un-optimized)

    The integraiotn loop consist of the following sweeps:
    * pull (stream)
    * collide
    * update velocity field from pdfs
    * ghost communicatoin
    RudolfWeeber committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    e8ca1d6 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. LB: combine stream and collide into single sweep

    * update of the velocity field is still separate
    * the sweep is not yet renamed
    RudolfWeeber committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    f62111b View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    ba3d315 View commit details
    Browse the repository at this point in the history
  2. Missing LB/EK kernels

    RudolfWeeber committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    515e4ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    50bfd3a View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    fc1903e View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    319802d View commit details
    Browse the repository at this point in the history
  2. More missing kernels

    RudolfWeeber committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    81e4371 View commit details
    Browse the repository at this point in the history