Skip to content

Releases: AMReX-Astro/Emu

v1.3: Development (#66)

17 Sep 16:39
d25f5bb
Compare
Choose a tag to compare

Code version as used in Richers, Willcox, & Ford "The Neutrino Fast Flavor Instability in Three Dimensions"

Emu v1.2

17 Mar 21:51
8058b70
Compare
Choose a tag to compare

Emu is a multidimensional neutrino quantum kinetics simulation code based on the particle in cell method and parallelized for CPU or GPU supercomputing architectures.

Emu is licensed under the included BSD-3-Clause-LBNL open source license.

Change log for v1.2, referencing github issues & PRs at https://github.com/AMReX-Astro/Emu:

  • Using the new particle shape factor implementation, we now redistribute
    particles only at the end of each timestep instead of at every runge-kutta
    stage (#50).

  • Removed WarpX bilinear filter, since we don't need it to get stable
    evolution. Emu now does not include any WarpX code (#49).

  • Removed WarpX shape factors. Wrote new shape factor implementation in
    ParticleInterpolator so we now can evolve particles within ghost cells (#48).

  • We now determine the shape factor order taking into account both the
    user-specified order and the dimensionality of the problem so we use order
    0 in the directions where the domain contains only one cell (#47).

  • Fixed issue with flavor vector length so we can now run simulations with
    nonzero initial amounts of non-electron flavor neutrinos (#44).

Emu v1.1.1

16 Mar 22:05
Compare
Choose a tag to compare

This release of the Emu code distributes the version of Emu used for the first code paper simulating the fast flavor instability in 1D with multi-angle neutrino distributions.

Emu is licensed under the BSD-3-Clause-LBNL open source license, provided in the file license.txt. Emu includes source files from the WarpX open source code, which is licensed under the WarpX BSD-3-Clause-LBNL license included in the relevant file headers.