Searched defs:getDevice (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/sys/objects/device/impls/ | ||
| H A D | impldevicebase.hpp | 94 inline PetscErrorCode DeviceBase<D>::getDevice(PetscDevice device, PetscInt id) noexcept in getDevice() function in Petsc::device::impl::DeviceBase |
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ | ||
| H A D | Device.pyx | 302 def getDevice(self) -> Device: member in DeviceContext |