# 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
 `DMSwarmAddNPoints()`

## Level
beginner

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/dm/impls/swarm/swarm.c.html#DMSwarmAddPoint">src/dm/impls/swarm/swarm.c</A>


---
[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](/docs/manualpages/index.md)  
[Index of all manual pages](/docs/manualpages/singleindex.md)  
