xref: /petsc/src/mat/impls/aij/mpi/mpicusparse/mpicusparsematimpl.h (revision bbf3fe20a13d25761406078d7bb366504465e38d)
1*bbf3fe20SPaul Mullowney #ifndef __MPICUSPARSEMATIMPL
2*bbf3fe20SPaul Mullowney #define __MPICUSPARSEMATIMPL
3*bbf3fe20SPaul Mullowney 
4*bbf3fe20SPaul Mullowney typedef struct {
5*bbf3fe20SPaul Mullowney   /* The following are used by GPU capabilities to store matrix storage formats on the device */
6*bbf3fe20SPaul Mullowney   MatOption diagGPUMatFormat;
7*bbf3fe20SPaul Mullowney   MatOption offdiagGPUMatFormat;
8*bbf3fe20SPaul Mullowney } Mat_MPIAIJCUSPARSE;
9*bbf3fe20SPaul Mullowney 
10*bbf3fe20SPaul Mullowney #endif
11