Home
last modified time | relevance | path

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

/petsc/src/sys/objects/device/interface/
H A Dglobal_dcontext.cxx150 PetscCall(PetscDeviceSetDefaultDeviceType(dtype)); in PetscDeviceContextSetCurrentContext()
H A Ddevice.cxx369 PetscErrorCode PetscDeviceSetDefaultDeviceType(PetscDeviceType type) in PetscDeviceSetDefaultDeviceType() function
683 PetscCall(PetscDeviceSetDefaultDeviceType(deviceContextInitDevice)); in PetscDeviceInitializeFromOptions_Internal()
/petsc/include/
H A Dpetscdevice.h43 PETSC_EXTERN PetscErrorCode PetscDeviceSetDefaultDeviceType(PetscDeviceType);
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdevice.pxi42 PetscErrorCode PetscDeviceSetDefaultDeviceType(PetscDeviceType)
H A DDevice.pyx203 create, petsc.PetscDeviceSetDefaultDeviceType
208 CHKERR(PetscDeviceSetDefaultDeviceType(cdevice_type))
/petsc/src/sys/objects/device/c/
H A Ddevice.c56 PetscErrorCode PetscDeviceSetDefaultDeviceType(PetscDeviceType type) in PetscDeviceSetDefaultDeviceType() function
/petsc/doc/changes/
H A D318.md103 - Add `PetscDeviceSetDefaultDeviceType()`