Home
last modified time | relevance | path

Searched refs:startc (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/impls/da/
H A Dda.c941 PetscInt i, totalc = 0, remaining, startc = 0, startf = 0; in DMDARefineOwnershipRanges() local
955 const PetscInt nextc = startc + lc[i]; in DMDARefineOwnershipRanges()
967 startc += lc[i]; in DMDARefineOwnershipRanges()
982 PetscInt i, totalf, remaining, startc, startf; in DMDACoarsenOwnershipRanges() local
992 for (i = 0, startc = 0, startf = 0; i < m; i++) { in DMDACoarsenOwnershipRanges()
999 while (nextf / ratio < startc + want - stencil_width) want--; in DMDACoarsenOwnershipRanges()
1002 while ((nextf - 1 + ratio - 1) / ratio > startc + want - 1 + stencil_width) want++; in DMDACoarsenOwnershipRanges()
1003 …| want > remaining || (nextf / ratio < startc + want - stencil_width) || ((nextf - 1 + ratio - 1) … in DMDACoarsenOwnershipRanges()
1007 startc += lc[i]; in DMDACoarsenOwnershipRanges()