VecGetLocalSize
Returns the number of elements of the vector stored in local memory. This routine may be implementation dependent, so use with care.
Synopsis
#include "petscvec.h"
int VecGetLocalSize(Vec x,int *size)
Not Collective
Input Parameter
x -the vector
Output Parameter
size -the length of the local piece of the vector
See Also
VecGetSize()
Level:beginner
Location:src/vec/interface/vector.c
Index of all Vec routines
Table of Contents for all manual pages
Index of all manual pages
Examples
src/vec/examples/tutorials/ex3.c.html
src/vec/examples/tutorials/ex5.c.html
src/vec/examples/tutorials/ex13.c.html
src/sles/examples/tutorials/ex5.c.html
src/sles/examples/tutorials/ex9.c.html
src/sles/examples/tutorials/ex10.c.html
src/sles/examples/tutorials/ex23.c.html
src/sles/examples/tutorials/ex27.c.html
src/sles/examples/tutorials/ex14f.F.html
src/ts/examples/tutorials/ex2.c.html
src/ts/examples/tutorials/ex2f.F.html