Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Ddeviceimpl.h50 extern void PetscCheckCompatibleDevices(T, int, U, int);
103 #define PetscCheckCompatibleDevices(dev1, argno1, dev2, argno2) \ macro
145 …if (pccdc_dctx1_->device && pccdc_dctx2_->device) PetscCheckCompatibleDevices(pccdc_dctx1_->device…
152 #define PetscCheckCompatibleDevices(dev1, argno1, dev2, argno2) macro
/petsc/src/sys/objects/device/tests/
H A Dpetscdevicetestcommon.h65 PetscCheckCompatibleDevices(left, 1, right, 2); in AssertPetscDevicesValidAndEqual()