DMSwarmRestoreCellSwarm#

Restores a DMSWARM object obtained with DMSwarmGetCellSwarm(). All fields are copied back into the parent swarm.

Synopsis#

#include "petscdmswarm.h"   
PETSC_EXTERN PetscErrorCode DMSwarmRestoreCellSwarm(DM sw, PetscInt cellID, DM cellswarm)

Noncollective

Input Parameters#

  • sw - the parent DMSWARM

  • cellID - the integer id of the cell to be copied back into the parent swarm

  • cellswarm - the cell swarm object

Note#

This only supports DMSWARM_PIC types of DMSWARMs

See Also#

DM, DMSWARM, DMSwarmGetCellSwarm()

Level#

beginner

Location#

src/dm/impls/swarm/swarm.c


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