Home
last modified time | relevance | path

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

/petsc/src/sys/objects/device/tests/
H A Dex6.c12 PetscCall(PetscDeviceContextView(dctx, NULL)); in TestView()
17 PetscCall(PetscDeviceContextView(dctx, viewer)); in TestView()
H A Dex8.c33 PetscCall(PetscDeviceContextView(dctx, NULL)); in main()
H A Dex9.c12 PetscCall(PetscDeviceContextView(dctx, NULL)); in CheckIdle()
H A Dex11.cxx88 if (dctx) PetscCall(PetscDeviceContextView(dctx, vwr)); in CheckMarkedObjectMap_Private()
/petsc/include/
H A Dpetscdevice.h64 PETSC_EXTERN PetscErrorCode PetscDeviceContextView(PetscDeviceContext, PetscViewer);
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdevice.pxi62 PetscErrorCode PetscDeviceContextView(PetscDeviceContext, PetscViewer)
/petsc/src/sys/objects/device/interface/
H A Ddcontext.cxx18 …, (PetscObjectDestroyFn *)PetscDeviceContextDestroy, (PetscObjectViewFn *)PetscDeviceContextView)); in construct_()
1006 PetscErrorCode PetscDeviceContextView(PetscDeviceContext dctx, PetscViewer viewer) in PetscDeviceContextView() function
/petsc/src/sys/objects/device/c/
H A Ddevice.c191 PetscErrorCode PetscDeviceContextView(PETSC_UNUSED PetscDeviceContext dctx, PETSC_UNUSED PetscViewe… in PetscDeviceContextView() function
/petsc/doc/changes/
H A D318.md108 - Add `PetscDeviceContextView()`