| e3cd5995 | 18-Apr-2017 |
Dave May <dave.mayhem23@gmail.com> |
DMSwarm project (PLEX): * Added support for basic projection of particle data to the cell dm of type PLEX * Likely there is some redundant code in here which code be replaced by something in the PLEX
DMSwarm project (PLEX): * Added support for basic projection of particle data to the cell dm of type PLEX * Likely there is some redundant code in here which code be replaced by something in the PLEX core * This code is ugly
show more ...
|
| 009b43ef | 17-Apr-2017 |
Dave May <dave.mayhem23@gmail.com> |
DMSwarm migrate: Updates for DMSwarmMigrate_CellDMScatter * Removed the broken code * Depreciated the variant which performs two full point locations on all npoints (before migration) and npoints+npo
DMSwarm migrate: Updates for DMSwarmMigrate_CellDMScatter * Removed the broken code * Depreciated the variant which performs two full point locations on all npoints (before migration) and npoints+npoints_recv (post migration) * Added variant which performs point locations on all npoints (before migration) and then only on npoints_recv (post migration)
show more ...
|
| b799feef | 17-Apr-2017 |
Dave May <dave.mayhem23@gmail.com> |
DMSwarmPIC point counting utils: * Add getters for swarm sort context * Add method to sum all points in all cells. This method can optionally use the sort context, although if its not available it wi
DMSwarmPIC point counting utils: * Add getters for swarm sort context * Add method to sum all points in all cells. This method can optionally use the sort context, although if its not available it will compute the cell counts via simply walking through the entire point list in the DMSwarm
show more ...
|