:orphan: # DMSwarmAddPoint Add space for one new point in the `DMSWARM` ## Synopsis ``` #include "petscdmswarm.h" PetscErrorCode DMSwarmAddPoint(DM dm) ``` Not Collective ## Input parameter - ***dm -*** a `DMSWARM` ## Notes The new point will have all fields initialized to zero. ## See Also `DM`, `DMSWARM`, `DMSwarmAddNPoints()` ## Level beginner ## Location src/dm/impls/swarm/swarm.c --- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/dm/impls/swarm/swarm.c) [Index of all DMSwarm routines](index.md) [Table of Contents for all manual pages](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)