Searched refs:PetscDeviceConfiguredFor_Internal (Results 1 – 3 of 3) sorted by relevance
455 …return static_cast<PetscBool>(PetscDeviceConfiguredFor_Internal(type) && defaultDevices[type].seco… in PetscDeviceInitialized()506 if (!PetscDeviceConfiguredFor_Internal(type)) { in PetscDeviceInitializeTypeFromOptions_Private()669 if (PetscDeviceConfiguredFor_Internal(deviceType)) { in PetscDeviceInitializeFromOptions_Internal()
135 …PetscCheck(PetscDeviceConfiguredFor_Internal(PETSC_DEVICE_DEFAULT()), PETSC_COMM_SELF, PETSC_ERR_S… in PetscDeviceInitializePackage()
63 if (PetscUnlikely(!PetscDeviceConfiguredFor_Internal(pvdt_dtype_))) { \281 static inline PETSC_CONSTEXPR_14 PetscBool PetscDeviceConfiguredFor_Internal(PetscDeviceType type) in PetscDeviceConfiguredFor_Internal() function