VecGetLayout#
get PetscLayout
describing vector layout
Synopsis#
#include "petscvec.h"
PetscErrorCode VecGetLayout(Vec x, PetscLayout *map)
Not Collective
Input Parameter#
x - the vector
Output Parameter#
map - the layout
See Also#
Vectors and Parallel Data, Vec
, VecGetSizes()
, VecGetOwnershipRange()
, VecGetOwnershipRanges()
Level#
developer
Location#
Examples#
src/vec/vec/utils/tagger/tutorials/ex1.c.html
Index of all Vec routines
Table of Contents for all manual pages
Index of all manual pages