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