Home
last modified time | relevance | path

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

/petsc/src/sys/objects/device/impls/cupm/
H A Dcupmdevice.hpp52 static PetscErrorCode configure_device_(PetscDevice) noexcept;
H A Dcupmdevice.cxx329 PetscErrorCode Device<T>::configure_device_(PetscDevice device) noexcept in configure_device_() function in Petsc::device::cupm::Device
/petsc/src/sys/objects/device/impls/
H A Dimpldevicebase.hpp89 static constexpr PetscErrorCode configure_device_(PetscDevice) noexcept { return PETSC_SUCCESS; } in configure_device_() function in Petsc::device::impl::DeviceBase
110 PetscCall(derived_type::configure_device_(device)); in configureDevice()