Lines Matching refs:cMax
2628 PetscInt dim, cMax, cEnd, c, subc = 0, p, coneSize = -1; in DMPlexMarkCohesiveSubmesh_Uninterpolated() local
2636 PetscCall(DMPlexGetTensorPrismBounds_Internal(dm, dim, &cMax, &cEnd)); in DMPlexMarkCohesiveSubmesh_Uninterpolated()
2637 if (cMax < 0) PetscFunctionReturn(PETSC_SUCCESS); in DMPlexMarkCohesiveSubmesh_Uninterpolated()
2639 for (c = cMax; c < cEnd; ++c) { in DMPlexMarkCohesiveSubmesh_Uninterpolated()
2649 *numFaces = cEnd - cMax; in DMPlexMarkCohesiveSubmesh_Uninterpolated()
2650 PetscCall(DMPlexGetConeSize(dm, cMax, &coneSize)); in DMPlexMarkCohesiveSubmesh_Uninterpolated()
2655 for (c = cMax; c < cEnd; ++c) { in DMPlexMarkCohesiveSubmesh_Uninterpolated()
2684 PetscInt dim, cMax, cEnd, c, d; in DMPlexMarkCohesiveSubmesh_Interpolated() local
2688 PetscCall(DMPlexGetTensorPrismBounds_Internal(dm, dim, &cMax, &cEnd)); in DMPlexMarkCohesiveSubmesh_Interpolated()
2689 if (cMax < 0) PetscFunctionReturn(PETSC_SUCCESS); in DMPlexMarkCohesiveSubmesh_Interpolated()
2692 for (c = cMax; c < cEnd; ++c) { in DMPlexMarkCohesiveSubmesh_Interpolated()