ISGetType#
Gets the index set type name, ISType, (as a string) from the IS.
Synopsis#
#include "petscis.h"
PetscErrorCode ISGetType(IS is, ISType *type)
Not Collective
Input Parameter#
is - The index set
Output Parameter#
type - The index set type name
Note#
type should not be retained for later use as it will be an invalid pointer if the ISType of is is changed.
See Also#
Low-level Vector Communication, IS, ISType, ISSetType(), ISCreate(), PetscObjectTypeCompare(), PetscObjectTypeCompareAny()
Level#
intermediate
Location#
src/vec/is/is/interface/isreg.c
Index of all IS routines
Table of Contents for all manual pages
Index of all manual pages