PetscDeviceContextGetDeviceType#

Get the PetscDeviceType for a PetscDeviceContext

Synopsis#

#include <petscdevice.h> 
PetscErrorCode PetscDeviceContextGetDeviceType(PetscDeviceContext dctx, PetscDeviceType *type)

Not Collective

Input Parameter#

Output Parameter#

Note#

This routine is a convenience shorthand for PetscDeviceContextGetDevice() -> PetscDeviceGetType().

See Also#

PetscDeviceType, PetscDeviceContextGetDevice(), PetscDeviceGetType(), PetscDevice

Level#

beginner

Location#

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


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