Skip to content

25.03

Latest
Compare
Choose a tag to compare
@BenWibking BenWibking released this 14 Mar 00:44
· 26 commits to development since this release
e494c57

This release introduces an extensible particle architecture and fixes a bug in the particle advance that could cause crashes in earlier versions of Quokka.

Major changes

  • Particles now obey a "particle CFL" timestepping restriction, which prevents them from escaping from the grids they lived on during the previous timestep. (See #912 by @chongchonghe.)
  • Extensible particle architecture based on templated polymorphism by @chongchonghe in #891
  • Particle creator and destructor by @chongchonghe in #896 and #927

Other changes

Full Changelog

25.01...25.03