MapGetSize

Gets the total number of elements associated with this map.

Synopsis

#include "petscvec.h" 
int MapGetSize(Map m,int *N)
Not Collective

Input Parameter

m -the map object

Output Parameter

N -the global size

See Also

MapGetLocalSize(), MapGetLocalRange(), MapGetGlobalRange()

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