aboutsummaryrefslogtreecommitdiff
path: root/Python/pywarpx/picmi.py
diff options
context:
space:
mode:
authorGravatar Axel Huebl <axel.huebl@plasma.ninja> 2021-06-16 17:48:06 -0700
committerGravatar GitHub <noreply@github.com> 2021-06-16 17:48:06 -0700
commit495d0520b4020a3c59df9b372f02d989a7180b31 (patch)
treecf18944a2f27ed2b4be0407ef1b9eba9c77d8e1d /Python/pywarpx/picmi.py
parentf1a0d49cc0ff8ac15cb128a09d8c3256eb259eb3 (diff)
downloadWarpX-495d0520b4020a3c59df9b372f02d989a7180b31.tar.gz
WarpX-495d0520b4020a3c59df9b372f02d989a7180b31.tar.zst
WarpX-495d0520b4020a3c59df9b372f02d989a7180b31.zip
Silver-Mueller: Avoid Managed Memory (#2019)
Avoid relying on managed memory usage in Silver-Mueller boundary conditions. Previously, we initialized the coefficients on the host, copied them to device and then accidentially used the device memory on the host again, as we calculated some constants. This now keeps the initial host-memory around so we can use it for host-only operations.
Diffstat (limited to 'Python/pywarpx/picmi.py')
0 files changed, 0 insertions, 0 deletions