petsc-3.7.1 2016-05-15
Report Typos and Errors

MatCUSPStorageFormat

indicates the storage format for CUSP (GPU) matrices.

Synopsis

typedef enum {MAT_CUSP_CSR, MAT_CUSP_DIA, MAT_CUSP_ELL} MatCUSPStorageFormat;
Not Collective Many br

MAT_CUSP_CSR - Compressed Sparse Row Many br
MAT_CUSP_DIA - Diagonal Many br
MAT_CUSP_ELL - Ellpack Many br

Many br

Any additions/changes here MUST also be made in include/petsc/finclude/petscmat.h Many br

See Also

MatCUSPSetFormat(), MatCUSPFormatOperation

Level:intermediate
Location:
src/mat/../../include/petscmat.h
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages