xref: /petsc/src/mat/impls/aij/mpi/mpicusparse/mpicusparsematimpl.h (revision 65b78793f5d167fd0a9632e2c1702a9bc17927ae)
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   MatOption diagGPUMatFormat;
7   MatOption offdiagGPUMatFormat;
8 } Mat_MPIAIJCUSPARSE;
9 
10 #endif
11