diff options
author | 2021-06-16 17:48:06 -0700 | |
---|---|---|
committer | 2021-06-16 17:48:06 -0700 | |
commit | 495d0520b4020a3c59df9b372f02d989a7180b31 (patch) | |
tree | cf18944a2f27ed2b4be0407ef1b9eba9c77d8e1d /Source/Particles/LaserParticleContainer.cpp | |
parent | f1a0d49cc0ff8ac15cb128a09d8c3256eb259eb3 (diff) | |
download | WarpX-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 'Source/Particles/LaserParticleContainer.cpp')
0 files changed, 0 insertions, 0 deletions