Actual source code: mpicusparsematimpl.h

petsc-3.4.4 2014-03-13
4: typedef struct { 5: /* The following are used by GPU capabilities to store matrix storage formats on the device */ 6: MatCUSPARSEStorageFormat diagGPUMatFormat; 7: MatCUSPARSEStorageFormat offdiagGPUMatFormat; 8: } Mat_MPIAIJCUSPARSE; 10: #endif