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

Implicit Field Solve Preconditioner based on Curl-Curl Operator #5286

Merged
merged 31 commits into from
Nov 4, 2024

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    ef110d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8196a85 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    248e21e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    40d11ab View commit details
    Browse the repository at this point in the history
  5. Copy rho from guard cells in IGF solver (ECP-WarpX#5284)

    * Copy rho from guard cells in IGF solver
    
    * Reset checksum
    RemiLehe authored and JustinRayAngus committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    6cbebe6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0f3218a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    daa8edc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ea3838b View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    482bc73 View commit details
    Browse the repository at this point in the history
  2. fixed compilation errors in 1D and 3D; since the curl-curl op in AMRe…

    …X is not yet implemented in 1D, added precompiler guardrails to not use it in 1D
    debog committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    aff9965 View commit details
    Browse the repository at this point in the history
  3. clang-tidy recommendations

    debog committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    5c45dc1 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

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

Commits on Sep 23, 2024

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

Commits on Sep 24, 2024

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

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    79aa72c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0db699d View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. using aliased multifabs for the curl-curl PC solve instead of creatin…

    …g new ones and copying back-and-forth
    debog committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    e9ff4f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff0d8d3 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. removed aliased multifab creation from 1D code since they are not bei…

    …ng used and clang-tidy complains about them
    debog committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    a698210 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac479fc View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

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

Commits on Oct 10, 2024

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

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    d1bb01b View commit details
    Browse the repository at this point in the history
  2. Update Source/NonlinearSolvers/CurlCurlMLMGPC.H

    Co-authored-by: Weiqun Zhang <[email protected]>
    debog and WeiqunZhang authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    4228075 View commit details
    Browse the repository at this point in the history
  3. Update Source/NonlinearSolvers/CurlCurlMLMGPC.H

    Co-authored-by: Weiqun Zhang <[email protected]>
    debog and WeiqunZhang authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    4a3c2ba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    70c5f3f View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

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

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    0c4c1d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42cc9ec View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

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