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

Implement multifab wrapper functionality from WarpX #370

Merged
merged 27 commits into from
Oct 10, 2024

Commits on Sep 26, 2024

  1. Implements global indexing

    dpgrote committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    3e5266d View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    b454490 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c06495 View commit details
    Browse the repository at this point in the history
  3. Fix typo

    dpgrote committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    4c2f800 View commit details
    Browse the repository at this point in the history
  4. Update documentation

    dpgrote committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    c704851 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    162fc85 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Remove references to warpx

    dpgrote committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    682dba5 View commit details
    Browse the repository at this point in the history
  2. Updated the documentation

    dpgrote committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    1d0b8ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    54b69d4 View commit details
    Browse the repository at this point in the history
  4. Remove unneeded code

    dpgrote committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    eb83663 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Fix MPI usage

    dpgrote committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    88ee986 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0c5295 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    a24e8c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    810847b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e33c6b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f088d4e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bbe6db2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eb5e676 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Fix tests/test_multifab.py

    dpgrote committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    c6e908b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d866700 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f59a6c1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a6d50f0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5d9efbd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1b2d993 View commit details
    Browse the repository at this point in the history
  7. Check for CI test

    dpgrote committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    d4b569d View commit details
    Browse the repository at this point in the history
  8. More for CI test

    dpgrote committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    70c4692 View commit details
    Browse the repository at this point in the history
  9. Another fix for the CI test

    dpgrote committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    ab25853 View commit details
    Browse the repository at this point in the history