Actual source code: mpicuspmatimpl.h

petsc-3.4.2 2013-07-02
4: typedef struct { 5: /* The following are used by GPU capabilities to store matrix storage formats on the device */ 6: #if defined(PETSC_HAVE_TXPETSCGPU) 7: MatCUSPStorageFormat diagGPUMatFormat; 8: MatCUSPStorageFormat offdiagGPUMatFormat; 9: #endif 10: } Mat_MPIAIJCUSP; 12: #endif