:orphan:
# DMSwarmAddNPoints
Add space for a number of new points in the `DMSWARM` 
## Synopsis
```
#include "petscdmswarm.h"   
PetscErrorCode DMSwarmAddNPoints(DM dm, PetscInt npoints)
```
Not Collective


## Input parameters

- ***dm -*** a `DMSWARM`
- ***npoints -*** the number of new points to add





## Notes
The new point will have all fields initialized to zero.


## See Also
 `DM`, `DMSWARM`, `DMSwarmAddPoint()`

## Level
beginner

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

## Examples
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/ksp/ksp/tutorials/ex70.c.html">src/ksp/ksp/tutorials/ex70.c</A><BR>


---
[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)  
