Searched refs:expandedPointsAll (Results 1 – 1 of 1) sorted by relevance
3276 IS *expandedPointsAll; in DMPlexGetConeRecursiveVertices() local3283 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()