Searched refs:rptr (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/vec/is/sf/interface/ftn-custom/ |
| H A D | zsf.c | 89 PETSC_EXTERN void petscsfbcastbegin_(PetscSF *sf, MPI_Fint *unit, const void *rptr, void *lptr, MPI… in petscsfbcastbegin_() argument 96 *ierr = PetscSFBcastBegin(*sf, dtype, rptr, lptr, cop); in petscsfbcastbegin_() 99 PETSC_EXTERN void petscsfbcastend_(PetscSF *sf, MPI_Fint *unit, const void *rptr, void *lptr, MPI_F… in petscsfbcastend_() argument 106 *ierr = PetscSFBcastEnd(*sf, dtype, rptr, lptr, cop); in petscsfbcastend_() 109 PETSC_EXTERN void petscsfreducebegin_(PetscSF *sf, MPI_Fint *unit, const void *lptr, void *rptr, MP… in petscsfreducebegin_() argument 116 *ierr = PetscSFReduceBegin(*sf, dtype, lptr, rptr, cop); in petscsfreducebegin_() 119 PETSC_EXTERN void petscsfreduceend_(PetscSF *sf, MPI_Fint *unit, const void *lptr, void *rptr, MPI_… in petscsfreduceend_() argument 126 *ierr = PetscSFReduceEnd(*sf, dtype, lptr, rptr, cop); in petscsfreduceend_() 131 PETSC_EXTERN void petscsfbcastbegin_(PetscSF *sf, MPI_Fint *unit, F90Array1d *rptr, F90Array1d *lpt… in petscsfbcastbegin_() argument 140 *ierr = F90Array1dAccess(rptr, dtype, (void **)&rootdata PETSC_F90_2PTR_PARAM(rptrd)); in petscsfbcastbegin_() [all …]
|
| /petsc/src/vec/vec/impls/seq/cupm/ |
| H A D | vecseqcupm_impl.hpp | 1873 const auto rptr = ConditionalDeviceArrayRead(vrtol); in ErrorWnorm() local 1903 thrust::make_tuple(uptr, yptr, eptr, ait, rptr), in ErrorWnorm() 1904 thrust::make_tuple(uptr + nl, yptr + nl, eptr + nl, ait, rptr + nl), in ErrorWnorm() 1913 thrust::make_tuple(uptr, yptr, ait, rptr), in ErrorWnorm() 1914 thrust::make_tuple(uptr + nl, yptr + nl, ait, rptr + nl), in ErrorWnorm() 1947 thrust::make_tuple(uptr, yptr, eptr, aptr, rptr), in ErrorWnorm() 1948 thrust::make_tuple(uptr + nl, yptr + nl, eptr + nl, aptr + nl, rptr + nl), in ErrorWnorm() 1957 thrust::make_tuple(uptr, yptr, aptr, rptr), in ErrorWnorm() 1958 thrust::make_tuple(uptr + nl, yptr + nl, aptr + nl, rptr + nl), in ErrorWnorm()
|