Home
last modified time | relevance | path

Searched refs:MatCUSPARSEClearHandle (Results 1 – 6 of 6) sorted by relevance

/dports/science/PETSc/petsc-3.14.1/src/mat/impls/aij/mpi/mpicusparse/
H A Dmpicusparsematimpl.h18 PETSC_INTERN PetscErrorCode MatCUSPARSEClearHandle(Mat);
H A Dmpiaijcusparse.cu243 if (aij->A) { ierr = MatCUSPARSEClearHandle(aij->A);CHKERRQ(ierr); } in MatDestroy_MPIAIJCUSPARSE()
244 if (aij->B) { ierr = MatCUSPARSEClearHandle(aij->B);CHKERRQ(ierr); } in MatDestroy_MPIAIJCUSPARSE()
/dports/science/PETSc/petsc-3.14.1/src/mat/impls/aij/seq/seqcusparse/
H A Dcusparsematimpl.h218 PETSC_INTERN PetscErrorCode MatCUSPARSEClearHandle(Mat);
H A Daijcusparse.cu111 PetscErrorCode MatCUSPARSEClearHandle(Mat A) in MatCUSPARSEClearHandle() function
/dports/science/PETSc/petsc-3.14.1/
H A DTAGS37405 PetscErrorCode MatCUSPARSEClearHandle(111,5593
H A DCTAGS15819 MatCUSPARSEClearHandle src/mat/impls/aij/seq/seqcusparse/aijcusparse.cu /^PetscErrorCode MatCUSPARS…