Searched refs:scattermode (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/vec/vec/impls/mpi/ |
| H A D | commonmpvec.c | 183 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 D | petscdef.pxi | 48 cdef inline PetscScatterMode scattermode(object mode) \ function
|
| H A D | Scatter.pyx | 281 cdef PetscScatterMode csctm = scattermode(mode) 304 cdef PetscScatterMode csctm = scattermode(mode) 335 cdef PetscScatterMode csctm = scattermode(mode)
|
| H A D | Vec.pyx | 3325 cdef PetscScatterMode csctm = scattermode(mode) 3342 cdef PetscScatterMode csctm = scattermode(mode) 3376 cdef PetscScatterMode csctm = scattermode(mode)
|
| H A D | DMSwarm.pyx | 947 cdef PetscScatterMode cmode = scattermode(mode)
|