Searched refs:ghosted (Results 1 – 9 of 9) sorted by relevance
1 norm of difference of ghosted coordinates 0.00e+002 norm of difference of ghosted coordinates 0.00e+00
408 PetscErrorCode DMDAGetArray(DM da, PetscBool ghosted, void *vptr) in DMDAGetArray() argument417 if (ghosted) { in DMDAGetArray()493 if (ghosted) { in DMDAGetArray()525 PetscErrorCode DMDARestoreArray(DM da, PetscBool ghosted, void *vptr) in DMDARestoreArray() argument533 if (ghosted) { in DMDARestoreArray()
201 Note that this includes all the ghost points that individual ghosted
235 elif btype == DM_BOUNDARY_GHOSTED: return "ghosted"
223 elif boundary == 'ghosted':
3286 Context manager yielding the vector in local (ghosted) form.3315 """Begin updating ghosted vector entries.3332 """Finish updating ghosted vector entries initiated with `ghostUpdateBegin`.3349 """Update ghosted vector entries.3381 """Set the ghost points for a ghosted vector.
652 """Return the lower left corner and the size of the ghosted local region.
369 a global vector but using the local (ghosted) vector indexing of the vector entries. See also {any}…839 In most applications, the local ghosted vectors are only needed temporarily during1039 computations. One scatters the global vector into a local “ghosted” work1191 `VecDuplicate()` or `VecDuplicateVecs()` on a ghosted vector will1192 generate additional ghosted vectors.1194 In many ways, a ghosted vector behaves like any other MPI vector1195 created by `VecCreateMPI()`. The difference is that the ghosted vector1210 A common usage of a ghosted vector is given by1229 vector since the ghosted vector already has allocated slots to contain1240 `DMPLEX` does not yet support ghosted vectors sharing memory with the global representation.
69 - Add `VecGhostGetGhostIS()` to get the ghost indices of a ghosted vector