Lines Matching refs:leafStart
2497 PetscInt pRefStart, pRefEnd, maxConDof, maxColumns, leafStart, leafEnd; in DMPlexComputeInterpolatorTree() local
2508 PetscCall(PetscSectionGetChart(leafIndicesSec, &leafStart, &leafEnd)); in DMPlexComputeInterpolatorTree()
2510 for (p = leafStart; p < leafEnd; p++) { in DMPlexComputeInterpolatorTree()
2679 for (p = leafStart; p < leafEnd; p++) { in DMPlexComputeInterpolatorTree()
3561 PetscInt numLeaves, leafStart, leafEnd, l, dof, cdof, gOff; in DMPlexComputeInjectorTree() local
3585 PetscCall(PetscSectionGetOffset(multiRootSec, p, &leafStart)); in DMPlexComputeInjectorTree()
3586 leafEnd = leafStart + numLeaves; in DMPlexComputeInjectorTree()
3587 for (l = leafStart; l < leafEnd; l++) { in DMPlexComputeInjectorTree()
3665 PetscInt numLeaves, leafStart, leafEnd, l, dof, cdof, gOff; in DMPlexComputeInjectorTree() local
3689 PetscCall(PetscSectionGetOffset(multiRootSec, p, &leafStart)); in DMPlexComputeInjectorTree()
3690 leafEnd = leafStart + numLeaves; in DMPlexComputeInjectorTree()
3691 for (l = leafStart; l < leafEnd; l++) { in DMPlexComputeInjectorTree()
3950 PetscInt pRefStart, pRefEnd, leafStart, leafEnd; in DMPlexTransferVecTree_Interpolate() local
3962 PetscCall(PetscSectionGetChart(leafValuesSec, &leafStart, &leafEnd)); in DMPlexTransferVecTree_Interpolate()
3964 for (p = leafStart; p < leafEnd; p++) { in DMPlexTransferVecTree_Interpolate()
4113 PetscInt numLeaves, leafStart, leafEnd, l, dof, cdof, gOff; in DMPlexTransferVecTree_Inject() local
4139 PetscCall(PetscSectionGetOffset(multiRootSec, p, &leafStart)); in DMPlexTransferVecTree_Inject()
4140 leafEnd = leafStart + numLeaves; in DMPlexTransferVecTree_Inject()
4142 for (l = leafStart; l < leafEnd; l++) { in DMPlexTransferVecTree_Inject()