ISIdentity

Determines whether index set is the identity mapping.

Synopsis

int ISIdentity(IS is,PetscTruth *ident)
Collective on IS

Input Parmeters

is -the index set

Output Parameters

ident -PETSC_TRUE if an identity, else PETSC_FALSE

Keywords

IS, index set, identity

See Also

ISSetIdentity()

Location: src/is/interface/index.c
IS and DA Index
Table of Contents