Home
last modified time | relevance | path

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

/petsc/src/mat/impls/dummy/
H A Dmatdummy.c14 PetscErrorCode MatDestroySubMatrices_Dummy(PetscInt n, Mat *mat[]) in MatDestroySubMatrices_Dummy() function
57 A->ops->destroysubmatrices = MatDestroySubMatrices_Dummy; in MatCreate_Dummy()
/petsc/src/mat/impls/aij/seq/
H A Daij.h474 PETSC_INTERN PetscErrorCode MatDestroySubMatrices_Dummy(PetscInt, Mat *[]);
H A Daij.c2717 PetscCall(MatDestroySubMatrices_Dummy(n, mat)); in MatDestroySubMatrices_SeqAIJ()
/petsc/src/mat/impls/baij/seq/
H A Dbaij2.c218 PetscCall(MatDestroySubMatrices_Dummy(n, mat)); in MatDestroySubMatrices_SeqBAIJ()