Home
last modified time | relevance | path

Searched refs:scattermode (Results 1 – 5 of 5) sorted by relevance

/petsc/src/vec/vec/impls/mpi/
H A Dcommonmpvec.c183 PetscErrorCode VecGhostUpdateBegin(Vec g, InsertMode insertmode, ScatterMode scattermode) in VecGhostUpdateBegin() argument
196 if (scattermode == SCATTER_REVERSE) { in VecGhostUpdateBegin()
197 PetscCall(VecScatterBegin(v->localupdate, v->localrep, g, insertmode, scattermode)); in VecGhostUpdateBegin()
199 PetscCall(VecScatterBegin(v->localupdate, g, v->localrep, insertmode, scattermode)); in VecGhostUpdateBegin()
245 PetscErrorCode VecGhostUpdateEnd(Vec g, InsertMode insertmode, ScatterMode scattermode) in VecGhostUpdateEnd() argument
257 if (scattermode == SCATTER_REVERSE) { in VecGhostUpdateEnd()
258 PetscCall(VecScatterEnd(v->localupdate, v->localrep, g, insertmode, scattermode)); in VecGhostUpdateEnd()
260 PetscCall(VecScatterEnd(v->localupdate, g, v->localrep, insertmode, scattermode)); in VecGhostUpdateEnd()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdef.pxi48 cdef inline PetscScatterMode scattermode(object mode) \ function
H A DScatter.pyx281 cdef PetscScatterMode csctm = scattermode(mode)
304 cdef PetscScatterMode csctm = scattermode(mode)
335 cdef PetscScatterMode csctm = scattermode(mode)
H A DVec.pyx3325 cdef PetscScatterMode csctm = scattermode(mode)
3342 cdef PetscScatterMode csctm = scattermode(mode)
3376 cdef PetscScatterMode csctm = scattermode(mode)
H A DDMSwarm.pyx947 cdef PetscScatterMode cmode = scattermode(mode)