Lines Matching refs:lf
939 …l periodic, PetscInt stencil_width, PetscInt ratio, PetscInt m, const PetscInt lc[], PetscInt lf[]) in DMDARefineOwnershipRanges() argument
946 PetscCall(PetscArraycpy(lf, lc, m)); in DMDARefineOwnershipRanges()
953 if (i == m - 1) lf[i] = want; in DMDARefineOwnershipRanges()
966 lf[i] = want; in DMDARefineOwnershipRanges()
968 startf += lf[i]; in DMDARefineOwnershipRanges()
969 remaining -= lf[i]; in DMDARefineOwnershipRanges()
980 …l periodic, PetscInt stencil_width, PetscInt ratio, PetscInt m, const PetscInt lf[], PetscInt lc[]) in DMDACoarsenOwnershipRanges() argument
987 PetscCall(PetscArraycpy(lc, lf, m)); in DMDACoarsenOwnershipRanges()
990 for (i = 0, totalf = 0; i < m; i++) totalf += lf[i]; in DMDACoarsenOwnershipRanges()
996 const PetscInt nextf = startf + lf[i]; in DMDACoarsenOwnershipRanges()
1008 startf += lf[i]; in DMDACoarsenOwnershipRanges()
1127 dd2->lf = dd->lf; in DMRefine_DA()
1274 dd2->lf = dd->lf; in DMCoarsen_DA()