Home
last modified time | relevance | path

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

/petsc/src/mat/interface/
H A Dmatrix.c7404 Mat mat0; in MatDestroySubMatrices() local
7412 mat0 = (*mat)[0]; in MatDestroySubMatrices()
7413 if (mat0 && mat0->ops->destroysubmatrices) { in MatDestroySubMatrices()
7414 PetscCall((*mat0->ops->destroysubmatrices)(n, mat)); in MatDestroySubMatrices()