Home
last modified time | relevance | path

Searched refs:MatCUSPARSEStorageFormat (Results 1 – 5 of 5) sorted by relevance

/petsc/src/mat/impls/aij/mpi/mpicusparse/ !
H A Dmpicusparsematimpl.h7 MatCUSPARSEStorageFormat diagGPUMatFormat = MAT_CUSPARSE_CSR;
8 MatCUSPARSEStorageFormat offdiagGPUMatFormat = MAT_CUSPARSE_CSR;
H A Dmpiaijcusparse.cu361 …ARSESetFormat_MPIAIJCUSPARSE(Mat A, MatCUSPARSEFormatOperation op, MatCUSPARSEStorageFormat format) in MatCUSPARSESetFormat_MPIAIJCUSPARSE()
386 MatCUSPARSEStorageFormat format; in MatSetFromOptions_MPIAIJCUSPARSE()
/petsc/src/mat/impls/aij/seq/seqcusparse/ !
H A Dcusparsematimpl.h313MatCUSPARSEStorageFormat format; /* the storage format for the matrix on the device */
H A Daijcusparse.cu61 …ode MatSeqAIJCUSPARSEMultStruct_Destroy(Mat_SeqAIJCUSPARSEMultStruct **, MatCUSPARSEStorageFormat);
72 …ARSESetFormat_SeqAIJCUSPARSE(Mat A, MatCUSPARSEFormatOperation op, MatCUSPARSEStorageFormat format) in MatCUSPARSESetFormat_SeqAIJCUSPARSE()
106 PetscErrorCode MatCUSPARSESetFormat(Mat A, MatCUSPARSEFormatOperation op, MatCUSPARSEStorageFormat in MatCUSPARSESetFormat()
110 …(A, "MatCUSPARSESetFormat_C", (Mat, MatCUSPARSEFormatOperation, MatCUSPARSEStorageFormat), (A, op,… in MatCUSPARSESetFormat()
165 MatCUSPARSEStorageFormat format; in MatSetFromOptions_SeqAIJCUSPARSE()
4224 …SPARSEMultStruct_Destroy(Mat_SeqAIJCUSPARSEMultStruct **matstruct, MatCUSPARSEStorageFormat format) in MatSeqAIJCUSPARSEMultStruct_Destroy()
/petsc/include/ !
H A Dpetscmat.h2522 } MatCUSPARSEStorageFormat; typedef
2550 …ERN PetscErrorCode MatCUSPARSESetFormat(Mat, MatCUSPARSEFormatOperation, MatCUSPARSEStorageFormat);