Searched refs:matTrans (Results 1 – 1 of 1) sorted by relevance
7988 Mat matTrans; in MatCreateGraph_Simple_AIJ() local7990 PetscCall(MatTranspose(Gmat, MAT_INITIAL_MATRIX, &matTrans)); in MatCreateGraph_Simple_AIJ()7991 …PetscCall(MatAXPY(Gmat, 1.0, matTrans, Gmat->structurally_symmetric == PETSC_BOOL3_TRUE ? SAME_NON… in MatCreateGraph_Simple_AIJ()7992 PetscCall(MatDestroy(&matTrans)); in MatCreateGraph_Simple_AIJ()