Home
last modified time | relevance | path

Searched refs:cop (Results 1 – 2 of 2) sorted by relevance

/petsc/src/vec/is/sf/interface/ftn-custom/
H A Dzsf.c92 MPI_Op cop = MPI_Op_f2c(*op); in petscsfbcastbegin_() local
96 *ierr = PetscSFBcastBegin(*sf, dtype, rptr, lptr, cop); in petscsfbcastbegin_()
102 MPI_Op cop = MPI_Op_f2c(*op); in petscsfbcastend_() local
106 *ierr = PetscSFBcastEnd(*sf, dtype, rptr, lptr, cop); in petscsfbcastend_()
112 MPI_Op cop = MPI_Op_f2c(*op); in petscsfreducebegin_() local
116 *ierr = PetscSFReduceBegin(*sf, dtype, lptr, rptr, cop); in petscsfreducebegin_()
122 MPI_Op cop = MPI_Op_f2c(*op); in petscsfreduceend_() local
126 *ierr = PetscSFReduceEnd(*sf, dtype, lptr, rptr, cop); in petscsfreduceend_()
136 MPI_Op cop = MPI_Op_f2c(*op); in petscsfbcastbegin_() local
144 *ierr = PetscSFBcastBegin(*sf, dtype, rootdata, leafdata, cop); in petscsfbcastbegin_()
[all …]
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DSF.pyx459 cdef MPI_Op cop = mpi4py_Op_Get(op)
461 <void*>PyArray_DATA(leafdata), cop))
485 cdef MPI_Op cop = mpi4py_Op_Get(op)
487 <void*>PyArray_DATA(leafdata), cop))
513 cdef MPI_Op cop = mpi4py_Op_Get(op)
515 <void*>PyArray_DATA(rootdata), cop))
539 cdef MPI_Op cop = mpi4py_Op_Get(op)
541 <void*>PyArray_DATA(rootdata), cop))
673 cdef MPI_Op cop = mpi4py_Op_Get(op)
676 <void*>PyArray_DATA(leafupdate), cop))
[all …]