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

[WIP] Add external particle fields ohms law hybrid #5275

Draft
wants to merge 23 commits into
base: development
Choose a base branch
from

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    8eefb02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    786a5c9 View commit details
    Browse the repository at this point in the history
  3. Adding 3D implementation of analytical particle fields.

    Signed-off-by: S. Eric Clark <[email protected]>
    clarkse committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    cb99d2a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d866bda View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f82bb97 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    98fd8af View commit details
    Browse the repository at this point in the history
  7. Rebasing to latest development branch

    Adding time value for particle field lookup in field substepping.
    clarkse committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    5f75428 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    36caed1 View commit details
    Browse the repository at this point in the history
  9. Removing electron pressure calculation. Fixing merge error.

    Signed-off-by: S. Eric Clark <[email protected]>
    clarkse committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    f0ad73a View commit details
    Browse the repository at this point in the history
  10. Merge branch 'add_external_particle_fields_ohms_law_hybrid' of github…

    ….com:clarkse/WarpX into add_external_particle_fields_ohms_law_hybrid
    clarkse committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    c9dea5d View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    1482f8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba9678a View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Merged and refactored external fields to use new MultiFab register in…

    … Cylindrical and Cartesian.
    clarkse committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    344a3dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18ae509 View commit details
    Browse the repository at this point in the history
  3. Fixing hybrid multifab wrapper sin PICMI.

    Signed-off-by: S. Eric Clark <[email protected]>
    clarkse committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    71116c7 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'add_external_particle_fields_ohms_law_hybrid' of github…

    ….com:clarkse/WarpX into add_external_particle_fields_ohms_law_hybrid
    clarkse committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    d8465b1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bc127a8 View commit details
    Browse the repository at this point in the history
  6. Fixing some BC issues.

    Signed-off-by: S. Eric Clark <[email protected]>
    clarkse committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    8d39c52 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'add_external_particle_fields_ohms_law_hybrid' of github…

    ….com:clarkse/WarpX into add_external_particle_fields_ohms_law_hybrid
    clarkse committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    368e8a9 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Fixed segfault when accessing edge_lengths MF during loading of analy…

    …tical field values into ghost cells. The E/B fields and edge_lengths have different numbers of ghost cells.
    
    Signed-off-by: S. Eric Clark <[email protected]>
    clarkse committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    a546023 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae4fc4e View commit details
    Browse the repository at this point in the history
  3. Adding checks to make sure Hybrid external field loading is skipped w…

    …hen not enabled.
    
    Signed-off-by: S. Eric Clark <[email protected]>
    clarkse committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    e31b639 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Adding appropriate flags to mask embedded boundary properly during ex…

    …ternal data loading.
    
    Signed-off-by: S. Eric Clark <[email protected]>
    clarkse committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    2ca7190 View commit details
    Browse the repository at this point in the history