Searched refs:MatCUSPARSESetUseCPUSolve (Results 1 – 3 of 3) sorted by relevance
130 - Add `MatCUSPARSESetUseCPUSolve()` Use CPU solve with cuSparse for LU factorization that are on th…
2551 PETSC_EXTERN PetscErrorCode MatCUSPARSESetUseCPUSolve(Mat, PetscBool);
139 PetscErrorCode MatCUSPARSESetUseCPUSolve(Mat A, PetscBool use_cpu) in MatCUSPARSESetUseCPUSolve() function178 if (flg) PetscCall(MatCUSPARSESetUseCPUSolve(A, cusparsestruct->use_cpu_solve)); in MatSetFromOptions_SeqAIJCUSPARSE()