athenapk
athenapk copied to clipboard
AthenaPK: a performance portable version of Athena++ built on Parthenon and Kokkos
recently discovered (for rare edge cases), see https://github.com/PrincetonUniversity/athena/pull/620
The current test suite (particularly with IPC turned off and with https://github.com/parthenon-hpc-lab/athenapk/pull/89 included) take way too long. Similar to Parthenon we should introduce a short and extended suite (or split...
List of things we could clean up due to upstream additions in Parthenon: - [ ] (reflecting) boundary conditions, see also #79 and #58 - [ ] particle interpolation scheme,...
Conserved variables are currently packed by the `Metadata::Independent` flag. This works because the `cons` vars are the only independent variables at the moment. Eventually (potentially with the introduction of sparse...