Home
last modified time | relevance | path

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

/petsc/src/dm/impls/da/
H A Dda.c982 PetscInt i, totalf, remaining, startc, startf; in DMDACoarsenOwnershipRanges() local
990 for (i = 0, totalf = 0; i < m; i++) totalf += lf[i]; in DMDACoarsenOwnershipRanges()
991 remaining = (!periodic) + (totalf - (!periodic)) / ratio; in DMDACoarsenOwnershipRanges()