DMSwarmCollectType#
Selects the algorithm used by DMSwarmCollectViewCreate() to gather particles from neighboring subdomains into a temporary view
Synopsis#
Values#
DMSWARM_COLLECT_BASIC- simply concatenate every particle from every other process (used mainly for testing)DMSWARM_COLLECT_DMDABOUNDINGBOX- collect particles that lie inside the local subdomain bounding box of an attachedDMDADMSWARM_COLLECT_GENERAL- collect particles that lie inside a user-specified region of spaceDMSWARM_COLLECT_USER- call a user-supplied collection function
See Also#
DM Basics, DM, DMSWARM, DMSwarmCollectViewCreate(), DMSwarmMigrate()
Level#
intermediate
Location#
Index of all DMSwarm routines
Table of Contents for all manual pages
Index of all manual pages