Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmstag.pxi196 "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
H A Dpetscdmda.pxi161 "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
H A DSection.pyx856 shared and the ownership, we can calculate a global section defining
H A DDMStag.pyx142 # ownership ranges
H A DMat.pyx2550 # row ownership
/petsc/doc/changes/
H A D300.md134 - SNES now takes ownership of user-provided vector for right hand
137 - SNES now takes ownership of user-provided vector for function
H A D2028.md75 where m and n are the local ownership sizes. To get the effect of
/petsc/doc/manual/
H A Dmat.md198 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 information
205 For most PETSc matrices, excluding `MATELEMENTAL` and `MATSCALAPACK`, the row ownership range obtai…
212ownership information that is provided by `VecGetOwnershipRange()` and with `MatGetOwnershipRange(…
H A Dvec.md1401 …hat location; in the same way a PETSc global vector has unique MPI process ownership of each entry.
/petsc/src/dm/impls/plex/
H A Dplexdistribute.c1488 PetscErrorCode DMPlexCreatePointSF(DM dm, PetscSF migrationSF, PetscBool ownership, PetscSF *pointS… in DMPlexCreatePointSF() argument
1514 if (ownership) { in DMPlexCreatePointSF()