Home
last modified time | relevance | path

Searched refs:defcellIS (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/interface/
H A Ddm.c6008 IS fieldIS, allcellIS, defcellIS = NULL; in DMCreateDS() local
6022 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()