#include "petscdmcomposite.h" PetscErrorCode DMCompositeGetLocalISs(DM dm,IS **is)Not Collective
To get the composite global indices at all local points (including ghosts), use DMCompositeGetISLocalToGlobalMappings().
To get index sets for pieces of the composite global vector, use DMCompositeGetGlobalISs().
Each returned IS should be destroyed with ISDestroy(), the array should be freed with PetscFree().
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