Jonas
Jonas
This PR creates a wrapper around the Kokkos atomic_add function and adds another atomic_add function for ippl vectors. A new type is added for the quantity to be scattered in...
I changed the template variable of the field solver class to be more generic. One needs this to for example run multiple solvers in one step. I don't see a...
## Issue On JEDI, when compiling for cuda, the current master branch creates a lot of IPPL-related warnings. This should probably be looked at more closely. ## Setup The setup...
This PR adds the segment splitting as well as the current state of the interpolation scheme.
## Issue 1: Unit test TUs include entire project **Description:** Each unit test file currently includes the full project headers (through including "Ippl.h"). This leads to: - **Slow rebuilds:** each...