Home
last modified time | relevance | path

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

/petsc/src/sys/objects/device/impls/
H A Dimpldevicebase.hpp71 static PetscErrorCode PetscOptionDeviceView(PetscOptionItems, PetscBool *, PetscBool *) noexcept;
73 static PetscErrorCode PetscOptionDeviceView(PetscOptionItems, T &&...) noexcept;
189 inline PetscErrorCode DeviceBase<D>::PetscOptionDeviceView(PetscOptionItems PetscOptionsObject, T &… in PetscOptionDeviceView() function in Petsc::device::impl::DeviceBase
197 inline PetscErrorCode DeviceBase<D>::PetscOptionDeviceView(PetscOptionItems PetscOptionsObject, Pet… in PetscOptionDeviceView() function in Petsc::device::impl::DeviceBase
200 …PetscCall(PetscOptionDeviceView(PetscOptionsObject, "Display device information and assignments (f… in PetscOptionDeviceView()
210 PetscCall(PetscOptionDeviceView(PetscOptionsObject, &initView.first, &initView.second)); in PetscOptionDeviceBasic()
/petsc/src/sys/objects/device/impls/host/
H A Dhostdevice.cxx21 PetscCall(base_type::PetscOptionDeviceView(PetscOptionsObject, defaultView, nullptr)); in initialize()
/petsc/src/sys/objects/device/impls/sycl/
H A Dsycldevice.sycl.cxx146 PetscCall(base_type::PetscOptionDeviceView(PetscOptionsObject, &view, &flg)); in initialize()