Searched refs:sadj_values (Results 1 – 1 of 1) sorted by relevance
10 …(Mat adj, IS irows, IS icols, PetscInt **sadj_xadj, PetscInt **sadj_adjncy, PetscInt **sadj_values) in MatCreateSubMatrix_MPIAdj_data() argument121 if (sadj_values) { in MatCreateSubMatrix_MPIAdj_data()122 if (a->useedgeweights) *sadj_values = svalues; in MatCreateSubMatrix_MPIAdj_data()123 else *sadj_values = NULL; in MatCreateSubMatrix_MPIAdj_data()