Lines Matching refs:matDescr_M

1722 …fs->matDescr_M, fs->csrVal, fs->csrRowPtr32, fs->csrColIdx32, fs->ilu0Info_M, fs->policy_M, fs->fa…  in MatILUFactorNumeric_SeqAIJCUSPARSE_ILU0()
1815 PetscCallCUSPARSE(cusparseCreateMatDescr(&fs->matDescr_M)); in MatILUFactorSymbolic_SeqAIJCUSPARSE_ILU0()
1816 PetscCallCUSPARSE(cusparseSetMatIndexBase(fs->matDescr_M, CUSPARSE_INDEX_BASE_ZERO)); in MatILUFactorSymbolic_SeqAIJCUSPARSE_ILU0()
1817 PetscCallCUSPARSE(cusparseSetMatType(fs->matDescr_M, CUSPARSE_MATRIX_TYPE_GENERAL)); in MatILUFactorSymbolic_SeqAIJCUSPARSE_ILU0()
1843 …fs->matDescr_M, fs->csrVal, fs->csrRowPtr32, fs->csrColIdx32, fs->ilu0Info_M, &fs->factBufferSize_… in MatILUFactorSymbolic_SeqAIJCUSPARSE_ILU0()
1882 …fs->matDescr_M, fs->csrVal, fs->csrRowPtr32, fs->csrColIdx32, fs->ilu0Info_M, fs->policy_M, fs->fa… in MatILUFactorSymbolic_SeqAIJCUSPARSE_ILU0()
1975 …if (m) PetscCallCUSPARSE(cusparseXcsric02(fs->handle, m, nz, fs->matDescr_M, fs->csrVal, fs->csrRo… in MatICCFactorNumeric_SeqAIJCUSPARSE_ICC0()
2064 PetscCallCUSPARSE(cusparseCreateMatDescr(&fs->matDescr_M)); in MatICCFactorSymbolic_SeqAIJCUSPARSE_ICC0()
2065 PetscCallCUSPARSE(cusparseSetMatIndexBase(fs->matDescr_M, CUSPARSE_INDEX_BASE_ZERO)); in MatICCFactorSymbolic_SeqAIJCUSPARSE_ICC0()
2066 PetscCallCUSPARSE(cusparseSetMatType(fs->matDescr_M, CUSPARSE_MATRIX_TYPE_GENERAL)); in MatICCFactorSymbolic_SeqAIJCUSPARSE_ICC0()
2084 …if (m) PetscCallCUSPARSE(cusparseXcsric02_bufferSize(fs->handle, m, nz, fs->matDescr_M, fs->csrVal… in MatICCFactorSymbolic_SeqAIJCUSPARSE_ICC0()
2119 …if (m) PetscCallCUSPARSE(cusparseXcsric02_analysis(fs->handle, m, nz, fs->matDescr_M, fs->csrVal, … in MatICCFactorSymbolic_SeqAIJCUSPARSE_ICC0()
4304 PetscCallCUSPARSE(cusparseDestroyMatDescr(fs->matDescr_M)); in MatSeqAIJCUSPARSETriFactors_Reset()