Skip to content

PyPIC Version 2.2.5

Choose a tag to compare

@aoeftiger aoeftiger released this 09 Aug 13:09
· 254 commits to master since this release

Hotfix: particles_to_mesh in PyPIClib / GPU module used wrong kernel

If the dtype argument in particles_to_mesh was np.float64, PyPIC_GPU used the FP32 kernel (due to a typo), now it has been corrected to use the FP64 kernel. This bug was introduced with PyPIC v2.2.3 .