Home
last modified time | relevance | path

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

/petsc/src/sys/objects/device/impls/
H A Dimpldevicebase.hpp38 static PetscErrorCode configureDevice(PetscDevice) noexcept;
100 device->ops->configure = this->underlying().configureDevice; in getDevice()
107 inline PetscErrorCode DeviceBase<D>::configureDevice(PetscDevice device) noexcept in configureDevice() function in Petsc::device::impl::DeviceBase