Searched refs:PetscDeviceContextViewFromOptions (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/sys/objects/device/tests/ |
| H A D | ex11.cxx | 281 PetscCall(PetscDeviceContextViewFromOptions(dctx_a, nullptr, "-dctx_a_view")); in main() 282 PetscCall(PetscDeviceContextViewFromOptions(dctx_b, nullptr, "-dctx_b_view")); in main() 283 PetscCall(PetscDeviceContextViewFromOptions(dctx_c, nullptr, "-dctx_c_view")); in main()
|
| /petsc/include/ |
| H A D | petscdevice.h | 65 PETSC_EXTERN PetscErrorCode PetscDeviceContextViewFromOptions(PetscDeviceContext, PetscObject, cons…
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscdevice.pxi | 63 …PetscErrorCode PetscDeviceContextViewFromOptions(PetscDeviceContext, PetscObject, const char name[…
|
| /petsc/src/sys/objects/device/c/ |
| H A D | device.c | 197 PetscErrorCode PetscDeviceContextViewFromOptions(PETSC_UNUSED PetscDeviceContext dctx, PetscObject … in PetscDeviceContextViewFromOptions() function
|
| /petsc/src/sys/objects/device/interface/ |
| H A D | dcontext.cxx | 1056 PetscErrorCode PetscDeviceContextViewFromOptions(PetscDeviceContext dctx, PetscObject obj, const ch… in PetscDeviceContextViewFromOptions() function
|
| /petsc/doc/changes/ |
| H A D | 318.md | 109 - Add `PetscDeviceContextViewFromOptions()`
|