Searched refs:destroysubmatrices (Results 1 – 3 of 3) sorted by relevance
57 A->ops->destroysubmatrices = MatDestroySubMatrices_Dummy; in MatCreate_Dummy()
195 PetscErrorCode (*destroysubmatrices)(PetscInt, Mat *[]); member
7413 if (mat0 && mat0->ops->destroysubmatrices) { in MatDestroySubMatrices()7414 PetscCall((*mat0->ops->destroysubmatrices)(n, mat)); in MatDestroySubMatrices()