:orphan: # DMSwarmInitializeCoordinates Determine the initial coordinates of particles for a PIC method ## Synopsis ``` #include "petscdmswarm.h" PetscErrorCode DMSwarmInitializeCoordinates(DM sw) ``` Not Collective ## Input Parameter - ***sw -*** The `DMSWARM` ## Note Currently, we randomly place particles in their assigned cell ## See Also `DMSWARM`, `DMSwarmComputeLocalSize()`, `DMSwarmInitializeVelocities()` ## Level advanced ## Location src/dm/impls/swarm/swarmpic.c --- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/dm/impls/swarm/swarmpic.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)