Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex18.c1350 IS coneIS; in ViewPointsWithType_Internal() local
1353 PetscCall(ISCreateGeneral(PETSC_COMM_SELF, coneSize, cone, PETSC_USE_POINTER, &coneIS)); in ViewPointsWithType_Internal()
1354 PetscCall(ViewPointsWithType_Internal(dm, coneIS, v)); in ViewPointsWithType_Internal()
1355 PetscCall(ISDestroy(&coneIS)); in ViewPointsWithType_Internal()