Searched refs:mat0 (Results 1 – 1 of 1) sorted by relevance
7404 Mat mat0; in MatDestroySubMatrices() local7412 mat0 = (*mat)[0]; in MatDestroySubMatrices()7413 if (mat0 && mat0->ops->destroysubmatrices) { in MatDestroySubMatrices()7414 PetscCall((*mat0->ops->destroysubmatrices)(n, mat)); in MatDestroySubMatrices()