Skip to content

Releases: uwplasma/JAX-in-Cell

v0.1

15 Dec 16:28
4dc243b

Choose a tag to compare

What's Changed

  • The multi-species version with the bump-on-tail example by @Longyu975 in #16
  • Fix correct ghost cell order in field interpolation by @rogeriojorge in #13
  • Corrected Implicit method by @Longyu975 in #17
  • [WIP] WIP: Address feedback on digital filtering in explicit stepper PR by @Copilot in #27
  • Document filter parameters in charge/current density functions by @Copilot in #26
  • [WIP] Update to address feedback on digital filtering adjustments by @Copilot in #25
  • [WIP] Address feedback on digital filtering implementation by @Copilot in #24
  • Document boundary condition parameters in filter_scalar_field by @Copilot in #23
  • Added digital filtering to explicit stepper (densities and currents) by @rogeriojorge in #21
  • Update documentation to main branch by @Longyu975 in #29
  • Better Domenstration by @Longyu975 in #32
  • Updated plotting routine to be more clear and better looking on all examples by @rogeriojorge in #30

New Contributors

  • @Copilot made their first contribution in #27

Full Changelog: v0.06...v0.1

Version 0.06 of JAX-in-Cell

24 Jun 08:33
7c8e7fb

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.05...v0.06

Version 0.05 of JAX-in-Cell

14 Mar 03:29

Choose a tag to compare

v0.0.4

06 Mar 21:03

Choose a tag to compare

v0.0.3

15 Feb 21:55

Choose a tag to compare

Updating Pypi version of JAX-in-Cell.

v0.0.2

15 Feb 21:36

Choose a tag to compare

JAX-in-Cell now has a command line interface and allows input TOML files to be run directly in that interface.

v0.0.1

12 Feb 18:38

Choose a tag to compare

First release of JAX-in-Cell. It includes all of the main features of a 1D particle-in-cell code. Wide use of automatic vectorization for increased performance implemented.