Lines Matching refs:dctx
7 PetscDeviceContext dctx = NULL; in main() local
13 PetscCall(PetscDeviceContextCreate(&dctx)); in main()
14 PetscCall(AssertDeviceContextExists(dctx)); in main()
20 PetscCall(PetscDeviceContextSetDevice(dctx, device)); in main()
21 PetscCall(PetscDeviceContextGetDevice(dctx, &other_device)); in main()
27 PetscCall(PetscDeviceContextSetUp(dctx)); in main()
28 PetscCall(PetscDeviceContextGetDevice(dctx, &other_device)); in main()
33 PetscCall(PetscDeviceContextView(dctx, NULL)); in main()
34 PetscCall(PetscDeviceContextDestroy(&dctx)); in main()
39 PetscCall(PetscDeviceContextCreate(&dctx)); in main()
45 PetscCall(PetscDeviceContextSetUp(dctx)); in main()
47 PetscCall(PetscDeviceContextGetDevice(dctx, &other_device)); in main()
51 PetscCall(PetscDeviceContextDestroy(&dctx)); in main()