Home
last modified time | relevance | path

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

/petsc/src/vec/is/sf/tests/
H A Dex4k.kokkos.cxx41 PetscScalar *rootdata = NULL, *leafdata = NULL, *pbuf, *ebuf; in main() local
79 PetscCall(PetscMalloc2(maxn, &pbuf, maxn, &ebuf)); in main()
81 pbuf[i] = 123.0; in main()
114 PetscCall(PetscArraycpy(rootdata, pbuf, n)); in main()
119 Kokkos::View<const PetscScalar *, Kokkos::HostSpace> src1((const PetscScalar *)pbuf, n); in main()
153 PetscCall(PetscFree2(pbuf, ebuf)); in main()
/petsc/src/mat/impls/aij/mpi/kokkos/
H A Dmpiaijkok.kokkos.cxx494 PetscInt *pbuf = recvNzPermSorted + FnzDups; in MatMPIAIJKokkosReduceBegin() local
496 PetscInt *pbuf2 = pbuf; in MatMPIAIJKokkosReduceBegin()
506 …PetscCall(PetscIntSortSemiOrderedWithArray(nz, jbuf, pbuf)); // It could be improved with k-way me… in MatMPIAIJKokkosReduceBegin()