Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex18.c898 IS checkIS; in TestExpandPoints() local
906 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()