Lines Matching refs:pStart

10   PetscInt  pStart, pEnd, p, n;  in PetscSectionView_HDF5_SingleField()  local
17 PetscCall(PetscSectionGetChart(s, &pStart, &pEnd)); in PetscSectionView_HDF5_SingleField()
20 for (p = pStart, n = 0, m = 0; p < pEnd; ++p) { in PetscSectionView_HDF5_SingleField()
37 for (p = pStart, n = 0, m = 0; p < pEnd; ++p) { in PetscSectionView_HDF5_SingleField()
129 PetscInt pStart, pEnd, p, M, m, i, cdof; in PetscSectionLoad_HDF5_SingleField_SetConstraintIndices() local
139 PetscCall(PetscSectionGetChart(s, &pStart, &pEnd)); in PetscSectionLoad_HDF5_SingleField_SetConstraintIndices()
144 for (p = pStart, m = 0; p < pEnd; ++p) { in PetscSectionLoad_HDF5_SingleField_SetConstraintIndices()
146 for (i = 0; i < cdof; ++i) coffsets[m++] = coffs[p - pStart] + i; in PetscSectionLoad_HDF5_SingleField_SetConstraintIndices()
165 for (p = pStart, m = 0; p < pEnd; ++p) { in PetscSectionLoad_HDF5_SingleField_SetConstraintIndices()
177 PetscInt pStart, pEnd, p, N, n, M, m; in PetscSectionLoad_HDF5_SingleField() local
190 PetscCall(PetscSectionGetChart(s, &pStart, &pEnd)); in PetscSectionLoad_HDF5_SingleField()
191 n = pEnd - pStart; in PetscSectionLoad_HDF5_SingleField()
217 for (p = pStart, n = 0; p < pEnd; ++p, ++n) { in PetscSectionLoad_HDF5_SingleField()
239 …for (p = pStart, n = 0; p < pEnd; ++p, ++n) PetscCall(PetscSectionSetConstraintDof(s, p, cdofs[n])… in PetscSectionLoad_HDF5_SingleField()
282 if (s->pStart < 0 && s->pEnd < 0) n = PETSC_DECIDE; in PetscSectionLoad_HDF5_Internal()
284 …PetscCheck(s->pStart == 0, PETSC_COMM_SELF, PETSC_ERR_ARG_OUTOFRANGE, "s->pStart must be 0 (got %"… in PetscSectionLoad_HDF5_Internal()