Searched refs:checkIS (Results 1 – 1 of 1) sorted by relevance
898 IS checkIS; in TestExpandPoints() local906 PetscCall(DMPlexExpandedConesToFaces_Private(dm, iss[d], sects[d], &checkIS)); in TestExpandPoints()907 PetscCall(ISEqualUnsorted(checkIS, iss[d + 1], &flg)); in TestExpandPoints()908 …PetscCheck(flg, PetscObjectComm((PetscObject)checkIS), PETSC_ERR_PLIB, "DMPlexExpandedConesToFaces… in TestExpandPoints()909 PetscCall(ISDestroy(&checkIS)); in TestExpandPoints()