VecGetLocalSize

Returns the number of elements of the vector stored in local memory. This routine may be implementation dependent, so use with care.

Synopsis

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

Keywords

vector, get, dimension, size, local

See Also

VecGetSize()

Location: src/vec/interface/vector.c
Vector Index
Table of Contents