Home
last modified time | relevance | path

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

/petsc/src/sys/objects/device/interface/
H A Ddevice.cxx332 auto default_device_type = DefaultDeviceType(); variable
351 return default_device_type.type; in PETSC_DEVICE_DEFAULT()
373 if (default_device_type.type != type) { in PetscDeviceSetDefaultDeviceType()
375 default_device_type.type = type; in PetscDeviceSetDefaultDeviceType()
376 PetscCall(default_device_type.register_finalize()); in PetscDeviceSetDefaultDeviceType()