Home
last modified time | relevance | path

Searched defs:getDevice (Results 1 – 2 of 2) sorted by relevance

/petsc/src/sys/objects/device/impls/
H A Dimpldevicebase.hpp94 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 DDevice.pyx302 def getDevice(self) -> Device: member in DeviceContext