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

Release 23.07 #399

Merged
merged 3 commits into from
Jul 18, 2023
Merged

Release 23.07 #399

merged 3 commits into from
Jul 18, 2023

Commits on Jul 18, 2023

  1. Release 23.07

    Prepare the July release of ImpactX.
    ax3l committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    1b7341e View commit details
    Browse the repository at this point in the history
  2. FIx: PoissonSolve.cpp Constant

    ```
    impactx/src/particles/spacecharge/PoissonSolve.cpp:106:36: error: use of undeclared identifier 'PhysConst'
                rho[lev].mult(-1._rt * PhysConst::ep0);
                                       ^
    ```
    ax3l committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    36578e5 View commit details
    Browse the repository at this point in the history
  3. [Workaround] ABLASTR 23.07 Poisson eps0

    Workaround for
      ECP-WarpX/WarpX#4090
    in ABLASTR 23.07
    ax3l committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    3306e6a View commit details
    Browse the repository at this point in the history