Searched refs:dctx_a (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/sys/objects/device/tests/ ! |
| H A D | ex11.cxx | 246 PetscDeviceContext dctx_a, dctx_b, dctx_c; in main() local 258 for (auto &&ctx : {dctx_a, dctx_b, dctx_c}) PetscCall(PetscDeviceContextSynchronize(ctx)); in main() 273 PetscCall(PetscDeviceContextCreate(&dctx_a)); in main() 274 PetscCall(PetscObjectSetName(PetscObjectCast(dctx_a), "dctx_a")); in main() 275 PetscCall(PetscDeviceContextSetStreamType(dctx_a, PETSC_STREAM_DEFAULT)); in main() 276 PetscCall(PetscDeviceContextSetFromOptions(PETSC_COMM_WORLD, dctx_a)); in main() 277 PetscCall(PetscDeviceContextDuplicate(dctx_a, &dctx_b)); in main() 279 PetscCall(PetscDeviceContextDuplicate(dctx_a, &dctx_c)); in main() 281 PetscCall(PetscDeviceContextViewFromOptions(dctx_a, nullptr, "-dctx_a_view")); in main() 291 PetscCall(TestAllCombinations(dctx_a, {x})); in main() [all …]
|