Home
last modified time | relevance | path

Searched refs:MAT_CUSPARSE_MULT (Results 1 – 3 of 3) sorted by relevance

/petsc/src/mat/impls/aij/mpi/mpicusparse/
H A Dmpiaijcusparse.cu307 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()
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/include/
H A Dpetscmat.h2544 MAT_CUSPARSE_MULT, enumerator
/petsc/src/mat/impls/aij/seq/seqcusparse/
H A Daijcusparse.cu78 case MAT_CUSPARSE_MULT: in MatCUSPARSESetFormat_SeqAIJCUSPARSE()
173 if (flg) PetscCall(MatCUSPARSESetFormat(A, MAT_CUSPARSE_MULT, format)); in MatSetFromOptions_SeqAIJCUSPARSE()