# DMSwarmRemovePointAtIndex
Removes a specific point from the DMSwarm 
## Synopsis
```
#include "petscdmswarm.h"   
PetscErrorCode DMSwarmRemovePointAtIndex(DM dm, PetscInt idx)
```
Not collective


## Input parameters

- ***dm -*** a DMSwarm
- ***idx -*** index of point to remove





## See Also
 `DMSwarmRemovePoint()`

## Level
beginner

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/dm/impls/swarm/swarm.c.html#DMSwarmRemovePointAtIndex">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)  
