Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscdevice.h40 PETSC_EXTERN PetscErrorCode PetscDeviceGetType(PetscDevice, PetscDeviceType *);
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdevice.pxi39 PetscErrorCode PetscDeviceGetType(PetscDevice, PetscDeviceType *)
H A DDevice.pyx172 type, petsc.PetscDeviceGetType
177 CHKERR(PetscDeviceGetType(self.device, &cdtype))
/petsc/src/sys/objects/device/interface/
H A Ddcontext.cxx360 PetscCall(PetscDeviceGetType(device, type)); in PetscDeviceContextGetDeviceType()
882 PetscCall(PetscDeviceGetType(device, &dtype)); in PetscDeviceContextGetNullContextForDevice_Private()
967 if (const auto device = dctx->device) PetscCall(PetscDeviceGetType(device, &dtype.first)); in PetscDeviceContextSetFromOptions()
H A Ddevice.cxx244 PetscCall(PetscDeviceGetType(device, &dtype)); in PetscDeviceView()
280 PetscErrorCode PetscDeviceGetType(PetscDevice device, PetscDeviceType *type) in PetscDeviceGetType() function
/petsc/src/sys/objects/device/c/
H A Ddevice.c35 PetscErrorCode PetscDeviceGetType(PETSC_UNUSED PetscDevice device, PetscDeviceType *type) in PetscDeviceGetType() function