Home
last modified time | relevance | path

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

/petsc/include/petsc/private/ !
H A Ddeviceimpl.h72 #define PetscCheckCompatibleDeviceTypes(dtype1, argno1, dtype2, argno2) \ argument
78 …ments #%d and #%d. Expected PetscDeviceType '%s' but have '%s' instead", argno1, argno2, PetscDevi…
103 #define PetscCheckCompatibleDevices(dev1, argno1, dev2, argno2) \ argument
106 int pccd_argno1_ = (int)(argno1), pccd_argno2_ = (int)(argno2); \
139 #define PetscCheckCompatibleDeviceContexts(dctx1, argno1, dctx2, argno2) \ argument
142 int pccdc_argno1_ = (int)(argno1), pccdc_argno2_ = (int)(argno2); \
149 #define PetscCheckCompatibleDeviceTypes(dtype1, argno1, dtype2, argno2) argument
152 #define PetscCheckCompatibleDevices(dev1, argno1, dev2, argno2) argument
155 #define PetscCheckCompatibleDeviceContexts(dctx1, argno1, dctx2, argno2) \ argument