ISLocalToGlobalMappingGetType#
Get the type of the ISLocalToGlobalMapping
Synopsis#
#include "petscis.h"
PetscErrorCode ISLocalToGlobalMappingGetType(ISLocalToGlobalMapping ltog, ISLocalToGlobalMappingType *type)
Not Collective
Input Parameter#
ltog - the
ISLocalToGlobalMappingobject
Output Parameter#
type - the type
Note#
type should not be retained for later use as it will be an invalid pointer if the ISLocalToGlobalMappingType of ltog is changed.
See Also#
Low-level Vector Communication, ISLocalToGlobalMappingType, ISLocalToGlobalMappingRegister(), ISLocalToGlobalMappingCreate(), ISLocalToGlobalMappingSetType(),
PetscObjectTypeCompare(), PetscObjectTypeCompareAny()
Level#
intermediate
Location#
Index of all IS routines
Table of Contents for all manual pages
Index of all manual pages