Home
last modified time | relevance | path

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

/petsc/src/mat/impls/sell/seq/
H A Dsell.h210 PETSC_INTERN PetscErrorCode MatAssemblyEnd_SeqSELL(Mat, MatAssemblyType);
H A Dsell.c1436 PetscErrorCode MatAssemblyEnd_SeqSELL(Mat A, MatAssemblyType mode) in MatAssemblyEnd_SeqSELL() function
1806 MatAssemblyEnd_SeqSELL,
/petsc/src/mat/impls/sell/seq/seqhip/
H A Dsellhip.hip.cxx903 PetscCall(MatAssemblyEnd_SeqSELL(A, mode)); in MatAssemblyEnd_SeqSELLHIP()
/petsc/src/mat/impls/sell/seq/seqcuda/
H A Dsellcuda.cu910 PetscCall(MatAssemblyEnd_SeqSELL(A, mode)); in MatAssemblyEnd_SeqSELLCUDA()