ISLocalToGlobalMappingGetSize
Gets the local size of a local to global mapping.
Synopsis
#include "petscsys.h"
#include "petscis.h"
int ISLocalToGlobalMappingGetSize(ISLocalToGlobalMapping mapping,int *n)
Not Collective
Input Parameter
ltog -local to global mapping
Output Parameter
n -the number of entries in the local mapping
Keywords
IS, local-to-global mapping, create
See Also
ISLocalToGlobalMappingDestroy(), ISLocalToGlobalMappingCreate()
Level:advanced
Location:src/vec/is/utils/isltog.c
Index of all IS routines
Table of Contents for all manual pages
Index of all manual pages