Lines Matching refs:cEndInterior

2978   PetscInt     dim, cStart, cEnd, cEndInterior, c, fStart, fEnd, f;  in DMPlexComputeGeometryFVM()  local
2990 PetscCall(DMPlexGetCellTypeStratum(dm, DM_POLYTOPE_FV_GHOST, &cEndInterior, NULL)); in DMPlexComputeGeometryFVM()
2997 if (cEndInterior < 0) cEndInterior = cEnd; in DMPlexComputeGeometryFVM()
2999 for (c = cStart; c < cEndInterior; ++c) { in DMPlexComputeGeometryFVM()
3041 lcentroid = cells[0] >= cEndInterior ? fg->centroid : cL->centroid; in DMPlexComputeGeometryFVM()
3044 rcentroid = cells[1] >= cEndInterior ? fg->centroid : cR->centroid; in DMPlexComputeGeometryFVM()
3059 if (cells[0] < cEndInterior) { in DMPlexComputeGeometryFVM()
3063 if (ncells > 1 && cells[1] < cEndInterior) { in DMPlexComputeGeometryFVM()
3072 for (c = cEndInterior; c < cEnd; ++c) { in DMPlexComputeGeometryFVM()
3207 PetscInt dim, cStart, cEnd, c, cEndInterior, maxNumFaces; in BuildGradientReconstruction_Internal() local
3212 PetscCall(DMPlexGetCellTypeStratum(dm, DM_POLYTOPE_FV_GHOST, &cEndInterior, NULL)); in BuildGradientReconstruction_Internal()
3213 cEndInterior = cEndInterior < 0 ? cEnd : cEndInterior; in BuildGradientReconstruction_Internal()
3218 for (c = cStart; c < cEndInterior; c++) { in BuildGradientReconstruction_Internal()
3268 PetscInt dim, cStart, cEnd, c, cEndInterior, fStart, fEnd, f, nStart, nEnd, maxNumFaces = 0; in BuildGradientReconstruction_Internal_Tree() local
3276 PetscCall(DMPlexGetCellTypeStratum(dm, DM_POLYTOPE_FV_GHOST, &cEndInterior, NULL)); in BuildGradientReconstruction_Internal_Tree()
3277 if (cEndInterior < 0) cEndInterior = cEnd; in BuildGradientReconstruction_Internal_Tree()
3279 PetscCall(PetscSectionSetChart(neighSec, cStart, cEndInterior)); in BuildGradientReconstruction_Internal_Tree()
3298 if (cell >= cStart && cell < cEndInterior) PetscCall(PetscSectionAddDof(neighSec, cell, 1)); in BuildGradientReconstruction_Internal_Tree()
3308 PetscCall(PetscCalloc1(cEndInterior - cStart, &counter)); in BuildGradientReconstruction_Internal_Tree()
3325 if (cell >= cStart && cell < cEndInterior) { in BuildGradientReconstruction_Internal_Tree()
3336 for (c = cStart; c < cEndInterior; c++) { in BuildGradientReconstruction_Internal_Tree()
3401 PetscInt dim, pdim, cStart, cEnd, cEndInterior, c; in DMPlexComputeGradientFVM() local
3407 PetscCall(DMPlexGetCellTypeStratum(dm, DM_POLYTOPE_FV_GHOST, &cEndInterior, NULL)); in DMPlexComputeGradientFVM()