Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex18.c1286 IS pointSF_out_is, pointSF_in_is; in PointSFGetInterfacePoints_Private() local
1289 PetscCall(PointSFGetOutwardInterfacePoints(pointSF, &pointSF_out_is)); in PointSFGetInterfacePoints_Private()
1291 PetscCall(ISExpand(pointSF_out_is, pointSF_in_is, is)); in PointSFGetInterfacePoints_Private()
1292 PetscCall(ISDestroy(&pointSF_out_is)); in PointSFGetInterfacePoints_Private()