Searched refs:cusparsestruct (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/mat/impls/aij/seq/seqcusparse/ |
| H A D | aijcusparse.cu | 74 Mat_SeqAIJCUSPARSE *cusparsestruct = (Mat_SeqAIJCUSPARSE *)A->spptr; in MatCUSPARSESetFormat_SeqAIJCUSPARSE() local 79 cusparsestruct->format = format; in MatCUSPARSESetFormat_SeqAIJCUSPARSE() 82 cusparsestruct->format = format; in MatCUSPARSESetFormat_SeqAIJCUSPARSE() 116 Mat_SeqAIJCUSPARSE *cusparsestruct = (Mat_SeqAIJCUSPARSE *)A->spptr; in MatCUSPARSESetUseCPUSolve_SeqAIJCUSPARSE() local 119 cusparsestruct->use_cpu_solve = use_cpu; in MatCUSPARSESetUseCPUSolve_SeqAIJCUSPARSE() 167 Mat_SeqAIJCUSPARSE *cusparsestruct = (Mat_SeqAIJCUSPARSE *)A->spptr; in MatSetFromOptions_SeqAIJCUSPARSE() local 172 …SpMV", "MatCUSPARSESetFormat", MatCUSPARSEStorageFormats, (PetscEnum)cusparsestruct->format, (Pets… in MatSetFromOptions_SeqAIJCUSPARSE() 175 …olve", "MatCUSPARSESetFormat", MatCUSPARSEStorageFormats, (PetscEnum)cusparsestruct->format, (Pets… in MatSetFromOptions_SeqAIJCUSPARSE() 177 … "Use CPU (I)LU solve", "MatCUSPARSESetUseCPUSolve", cusparsestruct->use_cpu_solve, &cusparsestruc… in MatSetFromOptions_SeqAIJCUSPARSE() 178 if (flg) PetscCall(MatCUSPARSESetUseCPUSolve(A, cusparsestruct->use_cpu_solve)); in MatSetFromOptions_SeqAIJCUSPARSE() [all …]
|