Lines Matching refs:cStart
221 PetscInt numRuns, cStart, cEnd, c, i; in TestCone() local
235 PetscCall(DMPlexGetHeightStratum(dm, 0, &cStart, &cEnd)); in TestCone()
238 for (c = cStart; c < cEnd; ++c) { in TestCone()
248 numRuns = (cEnd - cStart) * user->iterations; in TestCone()
264 PetscInt numRuns, cStart, cEnd, c, i; in TestTransitiveClosure() local
278 PetscCall(DMPlexGetHeightStratum(dm, 0, &cStart, &cEnd)); in TestTransitiveClosure()
281 for (c = cStart; c < cEnd; ++c) { in TestTransitiveClosure()
293 numRuns = (cEnd - cStart) * user->iterations; in TestTransitiveClosure()
311 PetscInt numRuns, cStart, cEnd, c, i; in TestVecClosure() local
348 PetscCall(DMPlexGetHeightStratum(dm, 0, &cStart, &cEnd)); in TestVecClosure()
352 for (c = cStart; c < cEnd; ++c) { in TestVecClosure()
365 numRuns = (cEnd - cStart) * user->iterations; in TestVecClosure()