Home
last modified time | relevance | path

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

/petsc/src/mat/graphops/color/utils/
H A Dweights.c48 PetscInt *Gi, *Gj; in MatColoringGetDegrees() local
63 Gj = aij->j; in MatColoringGetDegrees()
71 cols = &(Gj[Gi[i]]); in MatColoringGetDegrees()
88 cols = &(Gj[Gi[idx]]); in MatColoringGetDegrees()
149 PetscInt *Gi, *Gj, *rperm; in MatColoringCreateSmallestLastWeights() local
167 Gj = aij->j; in MatColoringCreateSmallestLastWeights()
179 cols = &(Gj[Gi[i]]); in MatColoringCreateSmallestLastWeights()
196 cols = &(Gj[Gi[idx]]); in MatColoringCreateSmallestLastWeights()
245 cols = &(Gj[Gi[cur]]); in MatColoringCreateSmallestLastWeights()
278 cols = &(Gj[Gi[idx]]); in MatColoringCreateSmallestLastWeights()