PETSc version 3.17.5
Fix/Edit manual page

ISLocalToGlobalMappingGetType

Get the type of the l2g map

Synopsis

#include "petscis.h"  
PetscErrorCode  ISLocalToGlobalMappingGetType(ISLocalToGlobalMapping ltog, ISLocalToGlobalMappingType *type)
Not Collective

Input Parameter

ltog - the ISLocalToGlobalMapping object

Output Parameter

type - the type

See Also

ISLocalToGlobalMappingType, ISLocalToGlobalMappingRegister(), ISLocalToGlobalMappingCreate(), ISLocalToGlobalMappingSetType()

Level

intermediate

Location

src/vec/is/utils/isltog.c
Index of all IS routines
Table of Contents for all manual pages
Index of all manual pages