Searched refs:PetscDeviceGetType (Results 1 – 6 of 6) sorted by relevance
| /petsc/include/ |
| H A D | petscdevice.h | 40 PETSC_EXTERN PetscErrorCode PetscDeviceGetType(PetscDevice, PetscDeviceType *);
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscdevice.pxi | 39 PetscErrorCode PetscDeviceGetType(PetscDevice, PetscDeviceType *)
|
| H A D | Device.pyx | 172 type, petsc.PetscDeviceGetType 177 CHKERR(PetscDeviceGetType(self.device, &cdtype))
|
| /petsc/src/sys/objects/device/interface/ |
| H A D | dcontext.cxx | 360 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 D | device.cxx | 244 PetscCall(PetscDeviceGetType(device, &dtype)); in PetscDeviceView() 280 PetscErrorCode PetscDeviceGetType(PetscDevice device, PetscDeviceType *type) in PetscDeviceGetType() function
|
| /petsc/src/sys/objects/device/c/ |
| H A D | device.c | 35 PetscErrorCode PetscDeviceGetType(PETSC_UNUSED PetscDevice device, PetscDeviceType *type) in PetscDeviceGetType() function
|