DMSwarmCollectViewCreate#
Applies a collection method and gathers points in neighbour ranks into the DMSWARM
Synopsis#
#include "petscdmswarm.h"
PetscErrorCode DMSwarmCollectViewCreate(DM dm)
Collective
Input Parameter#
dm - the
DMSWARM
Notes#
Users should call DMSwarmCollectViewDestroy()
after
they have finished computations associated with the collected points
Different collect methods are supported. See DMSwarmSetCollectType()
.
See Also#
DM
, DMSWARM
, DMSwarmCollectViewDestroy()
, DMSwarmSetCollectType()
Level#
advanced
Location#
Examples#
Index of all DMSwarm routines
Table of Contents for all manual pages
Index of all manual pages