xref: /petsc/src/mat/impls/aij/mpi/mpicusparse/mpicusparsematimpl.h (revision 19fd82e9cecaa743f7d770680f25ee0b5a8ad815)
1 #ifndef __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