Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Ddeviceimpl.h48 extern void PetscValidDeviceAttribute(T, int);
91 #define PetscValidDeviceAttribute(dattr, argno) \ macro
150 #define PetscValidDeviceAttribute(dattr, argno) macro
/petsc/src/sys/objects/device/interface/
H A Ddevice.cxx494 PetscValidDeviceAttribute(attr, 2); in PetscDeviceGetAttribute()