Searched refs:totalc (Results 1 – 1 of 1) sorted by relevance
941 PetscInt i, totalc = 0, remaining, startc = 0, startf = 0; in DMDARefineOwnershipRanges() local949 for (i = 0; i < m; i++) totalc += lc[i]; in DMDARefineOwnershipRanges()950 remaining = (!periodic) + ratio * (totalc - (!periodic)); in DMDARefineOwnershipRanges()