Home
last modified time | relevance | path

Searched refs:iStart (Results 1 – 2 of 2) sorted by relevance

/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c54 PetscInt cStart, cEnd, iStart, iEnd, si; in PCPatchConstruct_Vanka() local
63 PetscCall(DMPlexGetDepthStratum(dm, patch->vankadim, &iStart, &iEnd)); in PCPatchConstruct_Vanka()
80 if (shouldIgnore && newpoint >= iStart && newpoint < iEnd) continue; in PCPatchConstruct_Vanka()
743 PetscInt ignoredim, iStart = 0, iEnd = -1, starSize, closureSize, si, ci; in PCPatchCompleteCellPatch() local
753 if (ignoredim >= 0) PetscCall(DMPlexGetDepthStratum(dm, ignoredim, &iStart, &iEnd)); in PCPatchCompleteCellPatch()
769 if (ignoredim >= 0 && seenpoint >= iStart && seenpoint < iEnd) continue; in PCPatchCompleteCellPatch()
/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h4620 PetscInt iStart, iEnd, nleaves, leaf; in DMForestTransferVecFromBase_pforest() local
4632 PetscCall(DMPlexGetChart(plex, &iStart, &iEnd)); in DMForestTransferVecFromBase_pforest()
4633 nleaves = PetscMax(iEnd - iStart, 0); in DMForestTransferVecFromBase_pforest()
4636 for (leaf = iStart; leaf < iEnd; leaf++) { in DMForestTransferVecFromBase_pforest()
4639 remotes[leaf - iStart].rank = rank; in DMForestTransferVecFromBase_pforest()
4641 remotes[leaf - iStart].index = index; in DMForestTransferVecFromBase_pforest()