DMSwarmCollectViewDestroy#

Resets the DMSWARM to the size prior to calling DMSwarmCollectViewCreate()

Synopsis#

#include "petscdmswarm.h"   
PetscErrorCode DMSwarmCollectViewDestroy(DM dm)

Collective

Input Parameters#

Notes#

Users should call DMSwarmCollectViewCreate() before this function is called.

See Also#

DM, DMSWARM, DMSwarmCollectViewCreate(), DMSwarmSetCollectType()

Level#

advanced

Location#

src/dm/impls/swarm/swarm.c

Examples#

src/dm/tutorials/swarm_ex1.c


Index of all DMSwarm routines
Table of Contents for all manual pages
Index of all manual pages