PETSc version 3.15.5
ISComplementVec
Creates the complement of the index set relative to a layout defined by a Vec 
Synopsis
#include "petscvec.h"  
PetscErrorCode ISComplementVec(IS S, Vec V, IS *T)
Collective on IS
Input Parameter
|  | S | - a PETSc IS | 
|  | V | - the reference vector space | 
Output Parameter
See Also
 ISCreateGeneral()
Level
advanced
Location
src/vec/vec/utils/projection.c
Index of all Vec routines
Table of Contents for all manual pages
Index of all manual pages