:orphan: # DMDAGlobalToNaturalAllCreate Creates a scatter context that maps from the global vector the entire vector to each processor in natural numbering ## Synopsis ``` #include "petscdmda.h" PetscErrorCode DMDAGlobalToNaturalAllCreate(DM da, VecScatter *scatter) ``` Collective ## Input Parameter - ***da -*** the distributed array context ## Output Parameter - ***scatter -*** the scatter context ## See Also `DM`, `DMDA`, `DMDAGlobalToNaturalEnd()`, `DMLocalToGlobalBegin()`, `DMDACreate2d()`, `DMGlobalToLocalBegin()`, `DMGlobalToLocalEnd()`, `DMDACreateNaturalVector()` ## Level advanced ## Location src/dm/impls/da/dagtona.c --- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/dm/impls/da/dagtona.c) [Index of all DMDA routines](index.md) [Table of Contents for all manual pages](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)