Searched refs:defcellIS (Results 1 – 1 of 1) sorted by relevance
6008 IS fieldIS, allcellIS, defcellIS = NULL; in DMCreateDS() local6022 PetscCall(ISDestroy(&defcellIS)); in DMCreateDS()6024 PetscCall(ISDifference(allcellIS, pointIS, &defcellIS)); in DMCreateDS()6030 PetscCall(ISGetLocalSize(defcellIS, &n)); in DMCreateDS()6031 PetscCall(ISGetIndices(defcellIS, &cells)); in DMCreateDS()6033 PetscCall(ISRestoreIndices(defcellIS, &cells)); in DMCreateDS()6034 PetscCall(ISDestroy(&defcellIS)); in DMCreateDS()