The source project of this merge request has been removed.
Moving AoSoA particle data access to MemberSlice
To avoid aliasing to both enable vectorization and improve GPU performance data for particles in an AoSoA is now accessed through the MemberSlice rather than the AoSoA. In addition, MemberSlices are now unmanaged views of the core data block to avoid aliasing.