Home
last modified time | relevance | path

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

/petsc/src/vec/is/sf/tests/
H A Dex23.c15 PetscInt *xh, *yh, *xd, *yd; in main() local
37 PetscCall(PetscDeviceMalloc(dctx, PETSC_MEMTYPE_HOST, n2, &yh)); in main()
43 yh[i] = yh[i + n] = i + rstart; in main()
46 PetscCall(PetscDeviceMemcpy(dctx, yd, yh, sizeof(PetscInt) * n2)); in main()
50 PetscCall(PetscDeviceMemcpy(dctx, yh, yd, sizeof(PetscInt) * n)); in main()
52 PetscCall(PetscIntView(n, yh, PETSC_VIEWER_STDOUT_WORLD)); in main()
61 PetscCall(PetscDeviceFree(dctx, yh)); in main()