Home
last modified time | relevance | path

Searched refs:MatSeqSELLGetMaxSliceWidth (Results 1 – 4 of 4) sorted by relevance

/petsc/src/mat/impls/sell/seq/seqhip/
H A Dsellhip.hip.cxx895 PetscCall(MatSeqSELLGetMaxSliceWidth(A, &a->maxslicewidth)); in MatAssemblyEnd_SpMV_Preprocessing_Private()
/petsc/src/mat/impls/sell/seq/seqcuda/
H A Dsellcuda.cu902 PetscCall(MatSeqSELLGetMaxSliceWidth(A, &a->maxslicewidth)); in MatAssemblyEnd_SpMV_Preprocessing_Private()
/petsc/include/
H A Dpetscmat.h426 PETSC_EXTERN PetscErrorCode MatSeqSELLGetMaxSliceWidth(Mat, PetscInt *);
/petsc/src/mat/impls/sell/seq/
H A Dsell.c2059 PetscErrorCode MatSeqSELLGetMaxSliceWidth(Mat A, PetscInt *slicewidth) in MatSeqSELLGetMaxSliceWidth() function