Searched defs:argno2 (Results 1 – 1 of 1) sorted by relevance
| /petsc/include/petsc/private/ ! |
| H A D | deviceimpl.h | 72 #define PetscCheckCompatibleDeviceTypes(dtype1, argno1, dtype2, argno2) \ argument 103 #define PetscCheckCompatibleDevices(dev1, argno1, dev2, argno2) \ argument 139 #define PetscCheckCompatibleDeviceContexts(dctx1, argno1, dctx2, argno2) \ argument 149 #define PetscCheckCompatibleDeviceTypes(dtype1, argno1, dtype2, argno2) argument 152 #define PetscCheckCompatibleDevices(dev1, argno1, dev2, argno2) argument 155 #define PetscCheckCompatibleDeviceContexts(dctx1, argno1, dctx2, argno2) \ argument
|