Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplex.c3276 IS *expandedPointsAll; in DMPlexGetConeRecursiveVertices() local
3283 PetscCall(DMPlexGetConeRecursive(dm, points, &depth, &expandedPointsAll, NULL)); in DMPlexGetConeRecursiveVertices()
3284 *expandedPoints = expandedPointsAll[0]; in DMPlexGetConeRecursiveVertices()
3285 PetscCall(PetscObjectReference((PetscObject)expandedPointsAll[0])); in DMPlexGetConeRecursiveVertices()
3286 PetscCall(DMPlexRestoreConeRecursive(dm, points, &depth, &expandedPointsAll, NULL)); in DMPlexGetConeRecursiveVertices()