Searched refs:expandedPoints_ (Results 1 – 1 of 1) sorted by relevance
3325 IS *expandedPoints_; in DMPlexGetConeRecursive() local3337 PetscCall(PetscCalloc1(depth_, &expandedPoints_)); in DMPlexGetConeRecursive()3365 … PetscCall(ISCreateGeneral(PETSC_COMM_SELF, newn, newarr, PETSC_OWN_POINTER, &expandedPoints_[d])); in DMPlexGetConeRecursive()3371 if (expandedPoints) *expandedPoints = expandedPoints_; in DMPlexGetConeRecursive()3373 for (d = 0; d < depth_; d++) PetscCall(ISDestroy(&expandedPoints_[d])); in DMPlexGetConeRecursive()3374 PetscCall(PetscFree(expandedPoints_)); in DMPlexGetConeRecursive()