:orphan:
# DMSwarmViewXDMF
Write `DMSWARM` fields to an XDMF3 file
## Synopsis
```
PETSC_EXTERN PetscErrorCode DMSwarmViewXDMF(DM dm, const char filename[])
```
Collective
## Input parameters
- ***dm -*** the `DMSWARM`
- ***filename -*** the file name of the XDMF file (must have the extension .xmf)
## Note
Only fields user registered with data type `PETSC_DOUBLE` or `PETSC_INT` will be written into the file
## Developer Note
This should be removed and replaced with the standard use of `PetscViewer`
## See Also
`DM`, `DMSWARM`, `DMSwarmViewFieldsXDMF()`
## Level
beginner
## Location
src/dm/impls/swarm/swarmpic_view.c
## Examples
src/dm/tutorials/ex20.c
src/dm/tutorials/ex21.c
src/ksp/ksp/tutorials/ex70.c
---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/dm/impls/swarm/swarmpic_view.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)