Home
last modified time | relevance | path

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

/petsc/src/dm/tests/output/
H A Dex32_1.out1 norm of difference of ghosted coordinates 0.00e+00
2 norm of difference of ghosted coordinates 0.00e+00
/petsc/src/dm/impls/da/
H A Ddalocal.c408 PetscErrorCode DMDAGetArray(DM da, PetscBool ghosted, void *vptr) in DMDAGetArray() argument
417 if (ghosted) { in DMDAGetArray()
493 if (ghosted) { in DMDAGetArray()
525 PetscErrorCode DMDARestoreArray(DM da, PetscBool ghosted, void *vptr) in DMDARestoreArray() argument
533 if (ghosted) { in DMDARestoreArray()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DDMComposite.pyx201 Note that this includes all the ghost points that individual ghosted
H A Dpetscdmstag.pxi235 elif btype == DM_BOUNDARY_GHOSTED: return "ghosted"
H A Dpetscdm.pxi223 elif boundary == 'ghosted':
H A DVec.pyx3286 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.
H A DDMDA.pyx652 """Return the lower left corner and the size of the ghosted local region.
/petsc/doc/manual/
H A Dvec.md369 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 during
1039 computations. One scatters the global vector into a local “ghosted” work
1191 `VecDuplicate()` or `VecDuplicateVecs()` on a ghosted vector will
1192 generate additional ghosted vectors.
1194 In many ways, a ghosted vector behaves like any other MPI vector
1195 created by `VecCreateMPI()`. The difference is that the ghosted vector
1210 A common usage of a ghosted vector is given by
1229 vector since the ghosted vector already has allocated slots to contain
1240 `DMPLEX` does not yet support ghosted vectors sharing memory with the global representation.
/petsc/doc/changes/
H A D321.md69 - Add `VecGhostGetGhostIS()` to get the ghost indices of a ghosted vector