Lines Matching refs:pRefEnd
221 PetscInt dim, p, pStart, pEnd, pRefStart, pRefEnd, d, offset, parentSize, *parents, *childIDs; in DMPlexCreateReferenceTree_Union() local
234 PetscCall(DMPlexGetChart(Kref, &pRefStart, &pRefEnd)); in DMPlexCreateReferenceTree_Union()
236 PetscCall(PetscSectionSetChart(unionSection, 0, (pEnd - pStart) + (pRefEnd - pRefStart))); in DMPlexCreateReferenceTree_Union()
239 for (p = pRefStart; p < pRefEnd; p++) { in DMPlexCreateReferenceTree_Union()
245 PetscCall(PetscMalloc1(pEnd - pStart + pRefEnd - pRefStart, &permvals)); in DMPlexCreateReferenceTree_Union()
257 …PetscCall(ISCreateGeneral(comm, (pEnd - pStart) + (pRefEnd - pRefStart), permvals, PETSC_OWN_POINT… in DMPlexCreateReferenceTree_Union()
286 for (p = pRefStart; p < pRefEnd; p++) { in DMPlexCreateReferenceTree_Union()
318 for (p = pRefStart; p < pRefEnd; p++) { in DMPlexCreateReferenceTree_Union()
386 for (p = pRefStart; p < pRefEnd; p++) { in DMPlexCreateReferenceTree_Union()
396 for (p = pRefStart; p < pRefEnd; p++) { in DMPlexCreateReferenceTree_Union()
1391 …PetscInt numFields, maxFields, f, pRefStart, pRefEnd, p, *rows, *cols, maxDof, maxAnDof… in DMPlexReferenceTreeGetChildrenMatrices() local
1407 PetscCall(PetscSectionGetChart(refConSec, &pRefStart, &pRefEnd)); in DMPlexReferenceTreeGetChildrenMatrices()
1408 PetscCall(PetscMalloc1(pRefEnd - pRefStart, &refPointFieldMats)); in DMPlexReferenceTreeGetChildrenMatrices()
1409 PetscCall(PetscMalloc1(pRefEnd - pRefStart, &refPointFieldN)); in DMPlexReferenceTreeGetChildrenMatrices()
1414 for (p = pRefStart; p < pRefEnd; p++) { in DMPlexReferenceTreeGetChildrenMatrices()
1502 PetscInt numFields, maxFields, pRefStart, pRefEnd, p, f; in DMPlexReferenceTreeRestoreChildrenMatrices() local
1514 PetscCall(PetscSectionGetChart(refConSec, &pRefStart, &pRefEnd)); in DMPlexReferenceTreeRestoreChildrenMatrices()
1515 for (p = pRefStart; p < pRefEnd; p++) { in DMPlexReferenceTreeRestoreChildrenMatrices()
1546 …PetscInt numFields, maxFields, f, pRefStart, pRefEnd, p, maxDof, maxAnDof, *perm, *iperm, p… in DMPlexComputeAnchorMatrix_Tree_FromReference() local
1565 PetscCall(PetscSectionGetChart(refConSec, &pRefStart, &pRefEnd)); in DMPlexComputeAnchorMatrix_Tree_FromReference()
2497 PetscInt pRefStart, pRefEnd, maxConDof, maxColumns, leafStart, leafEnd; in DMPlexComputeInterpolatorTree() local
2675 PetscCall(PetscSectionGetChart(refConSec, &pRefStart, &pRefEnd)); in DMPlexComputeInterpolatorTree()
3160 PetscInt numFields, f, pRefStart, pRefEnd, p, *rows, *cols, maxDof; in DMPlexReferenceTreeGetChildrenMatrices_Injection() local
3169 PetscCall(PetscSectionGetChart(refConSec, &pRefStart, &pRefEnd)); in DMPlexReferenceTreeGetChildrenMatrices_Injection()
3170 PetscCall(PetscMalloc1(pRefEnd - pRefStart, &refPointFieldMats)); in DMPlexReferenceTreeGetChildrenMatrices_Injection()
3174 for (p = pRefStart; p < pRefEnd; p++) { in DMPlexReferenceTreeGetChildrenMatrices_Injection()
3224 PetscInt numFields, pRefStart, pRefEnd, p, f; in DMPlexReferenceTreeRestoreChildrenMatrices_Injection() local
3234 PetscCall(PetscSectionGetChart(refConSec, &pRefStart, &pRefEnd)); in DMPlexReferenceTreeRestoreChildrenMatrices_Injection()
3235 for (p = pRefStart; p < pRefEnd; p++) { in DMPlexReferenceTreeRestoreChildrenMatrices_Injection()
3517 PetscInt *rootIndices = NULL, *parentIndices, pRefStart, pRefEnd; in DMPlexComputeInjectorTree() local
3533 PetscCall(PetscSectionGetChart(cSecRef, &pRefStart, &pRefEnd)); in DMPlexComputeInjectorTree()
3950 PetscInt pRefStart, pRefEnd, leafStart, leafEnd; in DMPlexTransferVecTree_Interpolate() local
3961 PetscCall(PetscSectionGetChart(refConSec, &pRefStart, &pRefEnd)); in DMPlexTransferVecTree_Interpolate()
4066 PetscInt *parentIndices, pRefStart, pRefEnd; in DMPlexTransferVecTree_Inject() local
4083 PetscCall(PetscSectionGetChart(cSecRef, &pRefStart, &pRefEnd)); in DMPlexTransferVecTree_Inject()