Searched refs:ebuf (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/vec/is/sf/tests/ |
| H A D | ex4k.kokkos.cxx | 41 PetscScalar *rootdata = NULL, *leafdata = NULL, *pbuf, *ebuf; in main() local 79 PetscCall(PetscMalloc2(maxn, &pbuf, maxn, &ebuf)); in main() 82 ebuf[i] = 456.0; in main() 115 PetscCall(PetscArraycpy(leafdata, ebuf, n)); in main() 120 Kokkos::View<const PetscScalar *, Kokkos::HostSpace> src2((const PetscScalar *)ebuf, n); in main() 153 PetscCall(PetscFree2(pbuf, ebuf)); in main()
|