Searched refs:MatCUSPARSESetFormat (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/mat/impls/aij/mpi/mpicusparse/ |
| H A D | mpiaijcusparse.cu | 307 PetscCall(MatCUSPARSESetFormat(b->A, MAT_CUSPARSE_MULT, cusparseStruct->diagGPUMatFormat)); in MatMPIAIJSetPreallocation_MPIAIJCUSPARSE() 308 PetscCall(MatCUSPARSESetFormat(b->B, MAT_CUSPARSE_MULT, cusparseStruct->offdiagGPUMatFormat)); in MatMPIAIJSetPreallocation_MPIAIJCUSPARSE() 395 if (flg) PetscCall(MatCUSPARSESetFormat(A, MAT_CUSPARSE_MULT_DIAG, format)); in MatSetFromOptions_MPIAIJCUSPARSE() 397 if (flg) PetscCall(MatCUSPARSESetFormat(A, MAT_CUSPARSE_MULT_OFFDIAG, format)); in MatSetFromOptions_MPIAIJCUSPARSE() 399 if (flg) PetscCall(MatCUSPARSESetFormat(A, MAT_CUSPARSE_ALL, format)); in MatSetFromOptions_MPIAIJCUSPARSE() 449 PetscCall(MatCUSPARSESetFormat(b->A, MAT_CUSPARSE_MULT, cusparseStruct->diagGPUMatFormat)); in MatSetUp_MPI_HASH_CUSPARSE() 450 PetscCall(MatCUSPARSESetFormat(b->B, MAT_CUSPARSE_MULT, cusparseStruct->offdiagGPUMatFormat)); in MatSetUp_MPI_HASH_CUSPARSE()
|
| /petsc/src/mat/impls/aij/seq/seqcusparse/ |
| H A D | aijcusparse.cu | 106 PetscErrorCode MatCUSPARSESetFormat(Mat A, MatCUSPARSEFormatOperation op, MatCUSPARSEStorageFormat … in MatCUSPARSESetFormat() function 173 if (flg) PetscCall(MatCUSPARSESetFormat(A, MAT_CUSPARSE_MULT, format)); in MatSetFromOptions_SeqAIJCUSPARSE() 176 if (flg) PetscCall(MatCUSPARSESetFormat(A, MAT_CUSPARSE_ALL, format)); in MatSetFromOptions_SeqAIJCUSPARSE()
|
| /petsc/include/ |
| H A D | petscmat.h | 2550 PETSC_EXTERN PetscErrorCode MatCUSPARSESetFormat(Mat, MatCUSPARSEFormatOperation, MatCUSPARSEStorag…
|