xref: /petsc/src/mat/impls/aij/mpi/mpicusparse/mpicusparsematimpl.h (revision 26fbe8dc1a3c99fb8dddfa572c8c6b3b4ce3ca53)
1 #if !defined(__MPICUSPARSEMATIMPL)
2 #define __MPICUSPARSEMATIMPL
3 
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;
9 
10 #endif
11