Searched refs:points_ (Results 1 – 1 of 1) sorted by relevance
4000 PetscCall(PetscSectionGetOffset(origSection, points_[i], &o0)); \4030 const PetscInt *points_; in PetscSectionExtractDofsFromArray() local4042 PetscCall(ISGetIndices(points, &points_)); in PetscSectionExtractDofsFromArray()4047 …points_[i] >= pStart && points_[i] < pEnd, PETSC_COMM_SELF, PETSC_ERR_ARG_OUTOFRANGE, "point %" Pe… in PetscSectionExtractDofsFromArray()4048 PetscCall(PetscSectionGetDof(origSection, points_[i], &n)); in PetscSectionExtractDofsFromArray()4066 PetscCall(ISRestoreIndices(points, &points_)); in PetscSectionExtractDofsFromArray()