petsc4py.PETSc.LGMap.MapMode# class petsc4py.PETSc.LGMap.MapMode# Bases: object Enum describing mapping behavior when global indices are missing. MASKGive missing global indices a local index of -1. DROPDrop missing global indices. See also ISGlobalToLocalMappingMode Attributes Summary DROP Constant DROP of type int MASK Constant MASK of type int Attributes Documentation DROP: int = DROP# Constant DROP of type int MASK: int = MASK# Constant MASK of type int