Home
last modified time | relevance | path

Searched refs:bEnd (Results 1 – 3 of 3) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplexgeometry.c856 PetscInt bStart, bEnd, d, p; in PetscGridHashGetEnclosingBoxQuery() local
861 PetscCall(PetscSectionGetChart(box->cellSection, &bStart, &bEnd)); in PetscGridHashGetEnclosingBoxQuery()
873 if (boxes[p] < bStart || boxes[p] >= bEnd) PetscFunctionReturn(PETSC_SUCCESS); in PetscGridHashGetEnclosingBoxQuery()
H A Dplex.c7827 PetscInt bEnd = 0; in DMPlexAnchorsGetSubMatIndices() local
7830 …PetscCall(DMPlexGetIndicesPoint_Internal(indices_section, PETSC_TRUE, b, bOff, &bEnd, PETSC_TRUE, … in DMPlexAnchorsGetSubMatIndices()
7832 …for (PetscInt i = 0; i < bEnd; i++) indices[fieldOffsets[0]++] = (cSecDof > 0) ? tmpIndices[i] : -… in DMPlexAnchorsGetSubMatIndices()
/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h4619 PetscInt bStart, bEnd, nroots; in DMForestTransferVecFromBase_pforest() local
4630 PetscCall(DMPlexGetChart(basec, &bStart, &bEnd)); in DMForestTransferVecFromBase_pforest()
4631 nroots = PetscMax(bEnd - bStart, 0); in DMForestTransferVecFromBase_pforest()