Searched refs:ngrp (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/mat/graphops/color/impls/minpack/ |
| H A D | seq.c | 5 … const PetscInt *indcol, const PetscInt *ipntr, PetscInt *list, PetscInt *ngrp, PetscInt *maxgrp, … in MINPACKseq() argument 66 --ngrp; in MINPACKseq() 77 ngrp[jp] = *n; in MINPACKseq() 106 iwa[ngrp[ic]] = j; in MINPACKseq() 118 ngrp[jcol] = jp; in MINPACKseq()
|
| H A D | dsm.c | 7 …scInt *n, PetscInt *npairs, PetscInt *indrow, PetscInt *indcol, PetscInt *ngrp, PetscInt *maxgrp, … in MINPACKdsm() argument 91 --ngrp; in MINPACKdsm() 117 …PetscCall(MINPACKseq(n, &indrow[1], &jpntr[1], &indcol[1], &ipntr[1], &iwa[(*n << 2) + 1], &ngrp[1… in MINPACKdsm() 136 for (j = 1; j <= i__1; ++j) ngrp[j] = iwa[j]; in MINPACKdsm() 155 for (j = 1; j <= i__1; ++j) ngrp[j] = iwa[j]; in MINPACKdsm()
|