Home
last modified time | relevance | path

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

/petsc/src/mat/graphops/color/impls/minpack/
H A Dcolor.c83 PetscCall(MatDestroySeqNonzeroStructure(&mat_seq)); in MatColoringApply_SL()
185 PetscCall(MatDestroySeqNonzeroStructure(&mat_seq)); in MatColoringApply_LF()
287 PetscCall(MatDestroySeqNonzeroStructure(&mat_seq)); in MatColoringApply_ID()
/petsc/src/mat/graphops/color/impls/natural/
H A Dnatural.c42 PetscCall(MatDestroySeqNonzeroStructure(&mat_seq)); in MatColoringApply_Natural()
/petsc/include/
H A Dpetscmat.h892 PETSC_EXTERN PetscErrorCode MatDestroySeqNonzeroStructure(Mat *);
/petsc/src/mat/interface/
H A Dmatrix.c7467 PetscErrorCode MatDestroySeqNonzeroStructure(Mat *mat) in MatDestroySeqNonzeroStructure() function