ISGlobalToLocalMappingMode#
Indicates mapping behavior if global indices are missing
Synopsis#
#include "petscis.h"
typedef enum {
IS_GTOLM_MASK,
IS_GTOLM_DROP
} ISGlobalToLocalMappingMode;
Values#
IS_GTOLM_MASK
- missing global indices are masked by mapping them to a local index of -1IS_GTOLM_DROP
- missing global indices are dropped
See Also#
ISGlobalToLocalMappingApplyBlock()
, ISGlobalToLocalMappingApply()
Level#
beginner
Location#
Examples#
Examples#
src/vec/is/is/tutorials/ex5.c
src/vec/is/is/tutorials/ex4.c
Index of all IS routines
Table of Contents for all manual pages
Index of all manual pages