Home
last modified time | relevance | path

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

/petsc/src/mat/impls/dummy/
H A Dmatdummy.c10 PetscCall(MatDestroySubMatrix_Private(submatj)); in MatDestroySubMatrix_Dummy()
/petsc/src/mat/impls/aij/seq/
H A Daij.h471 PETSC_INTERN PetscErrorCode MatDestroySubMatrix_Private(Mat_SubSppt *);
H A Daij.c2634 PetscErrorCode MatDestroySubMatrix_Private(Mat_SubSppt *submatj) in MatDestroySubMatrix_Private() function
2683 PetscCall(MatDestroySubMatrix_Private(submatj)); in MatDestroySubMatrix_SeqAIJ()
2704 PetscCall(MatDestroySubMatrix_Private(submatj)); in MatDestroySubMatrices_SeqAIJ()
/petsc/src/mat/impls/baij/seq/
H A Dbaij2.c184 PetscCall(MatDestroySubMatrix_Private(submatj)); in MatDestroySubMatrix_SeqBAIJ()
205 PetscCall(MatDestroySubMatrix_Private(submatj)); in MatDestroySubMatrices_SeqBAIJ()