Home
last modified time | relevance | path

Searched refs:destroysubmatrices (Results 1 – 3 of 3) sorted by relevance

/petsc/src/mat/impls/dummy/
H A Dmatdummy.c57 A->ops->destroysubmatrices = MatDestroySubMatrices_Dummy; in MatCreate_Dummy()
/petsc/include/petsc/private/
H A Dmatimpl.h195 PetscErrorCode (*destroysubmatrices)(PetscInt, Mat *[]); member
/petsc/src/mat/interface/
H A Dmatrix.c7413 if (mat0 && mat0->ops->destroysubmatrices) { in MatDestroySubMatrices()
7414 PetscCall((*mat0->ops->destroysubmatrices)(n, mat)); in MatDestroySubMatrices()