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 DMSWARM
s
See Also#
Level#
beginner
Location#
Index of all DMSwarm routines
Table of Contents for all manual pages
Index of all manual pages