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#
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#
Index of all IS routines
Table of Contents for all manual pages
Index of all manual pages