ISInfoType#

Selects whether an ISInfo property of an IS is recorded with respect to the local indices on this MPI process or to the full global index set

Synopsis#

#include "petscis.h" 
typedef enum {
  IS_LOCAL,
  IS_GLOBAL
} ISInfoType;

Values#

  • IS_LOCAL - the property holds for the local portion of the IS

  • IS_GLOBAL - the property holds for the entire (parallel) index set

Note#

Some properties (for example IS_SORTED) may be true locally but not globally; ISInfoType lets the caller specify which interpretation is wanted in ISSetInfo()/ISGetInfo().

See Also#

IS, ISInfo, ISSetInfo(), ISGetInfo(), ISClearInfoCache()

Level#

intermediate

Location#

include/petscis.h


Index of all IS routines
Table of Contents for all manual pages
Index of all manual pages