DMSwarmCollectViewDestroy#

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

Synopsis#

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

Collective on dm

Input parameters#

  • dm - the DMSwarm

Notes#

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

See Also#

DMSwarmCollectViewCreate(), DMSwarmSetCollectType()

Level#

advanced

Location#

src/dm/impls/swarm/swarm.c

Examples#

src/dm/tutorials/swarm_ex1.c.html


Edit on GitLab

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