Searched refs:ownership (Results 1 – 10 of 10) sorted by relevance
196 "number of dimensions %d and number ownership ranges %d" %202 "ownership range size %d and number or processors %d" %208 "ownership range size %d and number or processors %d" %214 "ownership range size %d and number or processors %d" %224 # Returns tuple of arrays containing ownership ranges as Python arrays
161 "number of dimensions %d and number ownership ranges %d" %167 "ownership range size %d and number or processors %d" %173 "ownership range size %d and number or processors %d" %179 "ownership range size %d and number or processors %d" %188 # Returns tuple of arrays containing ownership ranges as Python arrays
856 shared and the ownership, we can calculate a global section defining
142 # ownership ranges
2550 # row ownership
134 - SNES now takes ownership of user-provided vector for right hand137 - SNES now takes ownership of user-provided vector for function
75 where m and n are the local ownership sizes. To get the effect of
198 next rank has entries from `rend1` to `rend2` - 1, etc. Thus the ownership range on each rank is fr…201 … define the vector layouts for y and x in the product, y = A * x. Their ownership range information205 For most PETSc matrices, excluding `MATELEMENTAL` and `MATSCALAPACK`, the row ownership range obtai…212 …ownership information that is provided by `VecGetOwnershipRange()` and with `MatGetOwnershipRange(…
1401 …hat location; in the same way a PETSc global vector has unique MPI process ownership of each entry.
1488 PetscErrorCode DMPlexCreatePointSF(DM dm, PetscSF migrationSF, PetscBool ownership, PetscSF *pointS… in DMPlexCreatePointSF() argument1514 if (ownership) { in DMPlexCreatePointSF()