MapGetLocalSize
Gets the number of elements associated with this processor.
Synopsis
#include "petscvec.h"
int MapGetLocalSize(Map m,int *n)
Not Collective
Input Parameter
| m | - the map object
|
Output Parameter
| n | - the local size
|
See Also
MapGetSize(), MapGetLocalRange(), MapGetGlobalRange()
Keywords
Map, get, local, size
Level:developer
Location:src/vec/interface/map.c
Index of all Vec routines
Table of Contents for all manual pages
Index of all manual pages