DMDAGetLocalInfo#

Gets information about a given distributed array and this processors location in it

Synopsis#

#include "petscdmda.h"   
PetscErrorCode DMDAGetLocalInfo(DM da, DMDALocalInfo *info)

Not Collective

Input Parameter#

  • da - the distributed array

Output Parameters#

  • info - structure containing the information

Note#

See DMDALocalInfo for the information that is returned

See Also#

DMDA - Creating vectors for structured grids, DM, DMDA, DMDAGetInfo(), DMDAGetCorners(), DMDALocalInfo

Level#

beginner

Location#

src/dm/impls/da/daview.c

Examples#

src/ts/tutorials/ex10.c
src/snes/tutorials/ex9.c
src/ts/tutorials/ex14.c
src/ksp/ksp/tutorials/ex46.c
src/ts/tutorials/ex13.c
src/ts/tutorials/ex27.c
src/ts/tutorials/ex25.c
src/ts/tutorials/ex22.c
src/ts/tutorials/ex34.c
src/ts/tutorials/ex9.c


Index of all DMDA routines
Table of Contents for all manual pages
Index of all manual pages