Home
last modified time | relevance | path

Searched refs:MatDenseGetH2OpusStridedSF (Results 1 – 2 of 2) sorted by relevance

/petsc/src/mat/impls/h2opus/cuda/
H A Dmath2opusutils.cu10 PETSC_INTERN PetscErrorCode MatDenseGetH2OpusStridedSF(Mat A, PetscSF h2sf, PetscSF *osf) in MatDenseGetH2OpusStridedSF() function
H A Dmath2opus.cu19 PETSC_INTERN PetscErrorCode MatDenseGetH2OpusStridedSF(Mat, PetscSF, PetscSF *);
358 PetscCall(MatDenseGetH2OpusStridedSF(B, h2opus->sf, &bsf)); in MatMultNKernel_H2OPUS()
359 PetscCall(MatDenseGetH2OpusStridedSF(C, h2opus->sf, &csf)); in MatMultNKernel_H2OPUS()
1855 PetscCall(MatDenseGetH2OpusStridedSF(U, a->sf, &usf)); in MatH2OpusLowRankUpdate()
1856 PetscCall(MatDenseGetH2OpusStridedSF(V, a->sf, &vsf)); in MatH2OpusLowRankUpdate()