#include "petscdmcomposite.h" PetscErrorCode DMCompositeGetLocalISs(DM dm,IS **is)Not Collective Many br
Many br
To get the composite global indices at all local points (including ghosts), use DMCompositeGetISLocalToGlobalMappings(). Many br
To get index sets for pieces of the composite global vector, use DMCompositeGetGlobalISs(). Many br
Each returned IS should be destroyed with ISDestroy(), the array should be freed with PetscFree(). Many br
Level:intermediate
Location:src/dm/impls/composite/pack.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages