Home
last modified time | relevance | path

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

/petsc/src/mat/graphops/color/impls/minpack/
H A Dcolor.c53 PetscCall(MatGetSeqNonzeroStructure(mat, &mat_seq)); in MatColoringApply_SL()
153 PetscCall(MatGetSeqNonzeroStructure(mat, &mat_seq)); in MatColoringApply_LF()
256 PetscCall(MatGetSeqNonzeroStructure(mat, &mat_seq)); in MatColoringApply_ID()
/petsc/src/mat/graphops/color/impls/natural/
H A Dnatural.c27 PetscCall(MatGetSeqNonzeroStructure(mat, &mat_seq)); in MatColoringApply_Natural()
/petsc/include/
H A Dpetscmat.h891 PETSC_EXTERN PetscErrorCode MatGetSeqNonzeroStructure(Mat, Mat *);
/petsc/src/mat/interface/
H A Dmatrix.c7436 PetscErrorCode MatGetSeqNonzeroStructure(Mat mat, Mat *matstruct) in MatGetSeqNonzeroStructure() function