PetscDeviceInitialize#

Initialize PetscDevice

Synopsis#

#include <petscdevice.h> 
PetscErrorCode PetscDeviceInitialize(PetscDeviceType type)

Not Collective

Input Parameter#

Notes#

Eagerly initializes the corresponding PetscDeviceType if needed. If this is the case it may result in device synchronization.

See Also#

PetscDevice, PetscDeviceInitType, PetscDeviceInitialized(), PetscDeviceCreate(), PetscDeviceDestroy()

Level#

beginner

Location#

src/sys/objects/device/interface/device.cxx


Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages