Lines Matching refs:cS

4480 …PetscInt         cS = cStart + chunk * cellChunkSize, cE = PetscMin(cS + cellChunkSize, cEnd), num…  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 …PetscInt cS = cStart + chunk * cellChunkSize, cE = PetscMin(cS + cellChunkSize, cEnd), num… 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()
5727 faces[(c - cS) * 2 + 0] = cone[0]; in DMPlexComputeResidualHybridByKey()
5728 faces[(c - cS) * 2 + 1] = cone[1]; in DMPlexComputeResidualHybridByKey()
5730 neighbors[(c - cS) * 2 + 0] = support[0] == cell ? support[1] : support[0]; in DMPlexComputeResidualHybridByKey()
5732 neighbors[(c - cS) * 2 + 1] = support[0] == cell ? support[1] : support[0]; 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()
6808 faces[(c - cS) * 2 + 0] = cone[0]; in DMPlexComputeJacobianHybridByKey()
6809 faces[(c - cS) * 2 + 1] = cone[1]; in DMPlexComputeJacobianHybridByKey()
6811 neighbors[(c - cS) * 2 + 0] = support[0] == cell ? support[1] : support[0]; in DMPlexComputeJacobianHybridByKey()
6813 neighbors[(c - cS) * 2 + 1] = support[0] == cell ? support[1] : support[0]; in DMPlexComputeJacobianHybridByKey()
6896 for (c = cS; c < cE; ++c) { in DMPlexComputeJacobianHybridByKey()
6898 const PetscInt cind = c - cS, coff = cind * totDim * totDim; in DMPlexComputeJacobianHybridByKey()