diff options
author | 2022-12-21 14:09:26 -0800 | |
---|---|---|
committer | 2022-12-21 23:09:26 +0100 | |
commit | 9cb604ec271dcc37a3609bbad967a27b10982f14 (patch) | |
tree | 92729c826442367c00ea715ee9d3b8d1d490c9ae /Source/Python | |
parent | dc23e049ddfead001bd78004da929b192c11b012 (diff) | |
download | WarpX-9cb604ec271dcc37a3609bbad967a27b10982f14.tar.gz WarpX-9cb604ec271dcc37a3609bbad967a27b10982f14.tar.zst WarpX-9cb604ec271dcc37a3609bbad967a27b10982f14.zip |
Avoid touching device memory on host in FieldProbe (#3579)
The implementation here can be optimized by using shared memory. However,
instead of doing it here, I am going to add a helper function to AMReX.
Also removed an unnecessary synchronization, because there is a
synchronization in the destructor of the particle iterator.
Diffstat (limited to 'Source/Python')
0 files changed, 0 insertions, 0 deletions