Home
last modified time | relevance | path

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

/petsc/src/mat/graphops/color/impls/jp/
H A Djp.c32 Mat G = mc->mat, dG, oG; in MCJPGreatestWeight_Private() local
51 oG = NULL; in MCJPGreatestWeight_Private()
57 oG = aij->B; in MCJPGreatestWeight_Private()
59 oaij = (Mat_SeqAIJ *)oG->data; in MCJPGreatestWeight_Private()
64 PetscCall(MatGetSize(oG, &dn, &on)); in MCJPGreatestWeight_Private()
82 if (oG) { in MCJPGreatestWeight_Private()
92 if (oG) { in MCJPGreatestWeight_Private()
108 if (oG) { in MCJPGreatestWeight_Private()
118 if (oG) { in MCJPGreatestWeight_Private()
132 Mat G = mc->mat, dG, oG; in MCJPInitialLocalColor_Private() local
[all …]