Home
last modified time | relevance | path

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

/petsc/src/mat/impls/adj/mpi/
H A Dmpiadj.c10 …(Mat adj, IS irows, IS icols, PetscInt **sadj_xadj, PetscInt **sadj_adjncy, PetscInt **sadj_values) in MatCreateSubMatrix_MPIAdj_data() argument
121 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()