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 electron energy equation to hybrid solver #5323

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

Commits on Sep 24, 2024

  1. added hybrid_electron_fl

    marcoacc95 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    7cb211b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5c6541 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b0d55b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a6636f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1e3df94 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    03cd323 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    36faa8d View commit details
    Browse the repository at this point in the history
  8. added get_pressure_ideal gas to ElectronPressure struct, m_solve_elec…

    …tron_energy_equation to HybridPICModel.H and argument for Te_field to FIllElectronPressureMF()
    marcoacc95 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    fd50741 View commit details
    Browse the repository at this point in the history
  9. added Te initialization in InitData and parser for solve_electron_ene…

    …rgy_equation in HybridPICModel.cpp
    marcoacc95 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    64a44ad View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    011e018 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    66d34c5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    55d4974 View commit details
    Browse the repository at this point in the history
  13. fixed some bugs

    marcoacc95 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    7be61e1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    987a01a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c863cb5 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    639c420 View commit details
    Browse the repository at this point in the history
  17. Merge branch 'add_electron_energy_equation_to_hybrid_solver' of githu…

    …b.com:marcoacc95/WarpX into add_electron_energy_equation_to_hybrid_solver
    marcoacc95 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    75f2892 View commit details
    Browse the repository at this point in the history
  18. added HybridInitializeKe and HybridUpdateTe functions to fluidcontain…

    …er and calls to WarpXPushFieldsHybridPIC.cpp
    marcoacc95 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    a7df10a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    37aa4f3 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

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

Commits on Sep 27, 2024

  1. removed qdsmcParticleContainers, will try a different approach since …

    …using the WarpXParticleContainer is an overkill for qdsmc
    marcoacc95 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    4c849fb View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

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

Commits on Oct 7, 2024

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

Commits on Oct 16, 2024

  1. Merge branch 'add_electron_energy_equation_to_hybrid_solver' of githu…

    …b.com:marcoacc95/WarpX into add_electron_energy_equation_to_hybrid_solver
    marcoacc95 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    3207141 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'development' of https://github.com/ECP-WarpX/WarpX into…

    … add_electron_energy_equation_to_hybrid_solver
    marcoacc95 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    e1f2d71 View commit details
    Browse the repository at this point in the history
  3. fixed some bugs

    marcoacc95 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    36463fd View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    34c9e61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2529342 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6016945 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb48361 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'add_electron_energy_equation_to_hybrid_solver' of githu…

    …b.com:marcoacc95/WarpX into add_electron_energy_equation_to_hybrid_solver
    marcoacc95 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    f097b0c View commit details
    Browse the repository at this point in the history
  6. added InitParticles with only 1 MPI rank, AddNParticles is called aft…

    …er and redistributes the particles to their tiles
    marcoacc95 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    631161e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    12ff685 View commit details
    Browse the repository at this point in the history
  8. fixed bugs InitParticles

    marcoacc95 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    bf39bb0 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'add_electron_energy_equation_to_hybrid_solver' of githu…

    …b.com:marcoacc95/WarpX into add_electron_energy_equation_to_hybrid_solver
    marcoacc95 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    eea124b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    addb4c7 View commit details
    Browse the repository at this point in the history
  11. added SetV function

    marcoacc95 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    2c813f1 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'add_electron_energy_equation_to_hybrid_solver' of githu…

    …b.com:marcoacc95/WarpX into add_electron_energy_equation_to_hybrid_solver
    marcoacc95 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    bb584fe View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    69f392a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    eab4c83 View commit details
    Browse the repository at this point in the history
  15. Merge branch 'add_electron_energy_equation_to_hybrid_solver' of githu…

    …b.com:marcoacc95/WarpX into add_electron_energy_equation_to_hybrid_solver
    marcoacc95 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    1df0d5e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    df39ed2 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. added PushX function

    marcoacc95 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    0b22c18 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'add_electron_energy_equation_to_hybrid_solver' of githu…

    …b.com:marcoacc95/WarpX into add_electron_energy_equation_to_hybrid_solver
    marcoacc95 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    fa9e64b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a98e9df View commit details
    Browse the repository at this point in the history
  4. removed unnecessary code

    marcoacc95 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    40f6895 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8533b85 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    00c7972 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    971636e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68199bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bcabc01 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7c77d45 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    0244f7b View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/development' into add_electron_e…

    …nergy_equation_to_hybrid_solver
    marcoacc95 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    cbc3fd7 View commit details
    Browse the repository at this point in the history