Lines Matching refs:cE
4480 …Int cS = cStart + chunk * cellChunkSize, cE = PetscMin(cS + cellChunkSize, cEnd), numCells… in DMPlexComputeResidual_Patch_Internal() local
4485 PetscCall(ISGetPointSubrange(chunkIS, cS, cE, cells)); in DMPlexComputeResidual_Patch_Internal()
4539 for (c = cS; c < cE; ++c) { in DMPlexComputeResidual_Patch_Internal()
4570 for (c = cS; c < cE; ++c) { in DMPlexComputeResidual_Patch_Internal()
5283 …Int cS = cStart + chunk * cellChunkSize, cE = PetscMin(cS + cellChunkSize, cEnd), numCells… in DMPlexComputeResidualByKey() local
5288 PetscCall(ISGetPointSubrange(chunkIS, cS, cE, cells)); in DMPlexComputeResidualByKey()
5350 for (c = cS; c < cE; ++c) { in DMPlexComputeResidualByKey()
5430 for (c = cS; c < cE; ++c) { in DMPlexComputeResidualByKey()
5717 …PetscInt cS = cStart + chunk * cellChunkSize, cE = PetscMin(cS + cellChunkSize, cEnd), numCells = … in DMPlexComputeResidualHybridByKey() local
5723 for (c = cS; c < cE; ++c) { in DMPlexComputeResidualHybridByKey()
5797 for (c = cS; c < cE; ++c) { in DMPlexComputeResidualHybridByKey()
6791 …PetscInt cS = cStart + chunk * cellChunkSize, cE = PetscMin(cS + cellChunkSize, cEnd), numCells = … in DMPlexComputeJacobianHybridByKey() local
6804 for (c = cS; c < cE; ++c) { in DMPlexComputeJacobianHybridByKey()
6896 for (c = cS; c < cE; ++c) { in DMPlexComputeJacobianHybridByKey()