Home
last modified time | relevance | path

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

/petsc/src/mat/graphops/color/impls/minpack/
H A Ddsm.c13 PetscInt i, j, maxclq, numgrp; in MINPACKdsm() local
116 …jpntr[1], &indcol[1], &ipntr[1], &iwa[*n * 5 + 1], &iwa[(*n << 2) + 1], &maxclq, &iwa[1], &iwa[*n … in MINPACKdsm()
118 *mingrp = PetscMax(*mingrp, maxclq); in MINPACKdsm()
127 …jpntr[1], &indcol[1], &ipntr[1], &iwa[*n * 5 + 1], &iwa[(*n << 2) + 1], &maxclq, &iwa[1], &iwa[*n … in MINPACKdsm()
129 *mingrp = PetscMax(*mingrp, maxclq); in MINPACKdsm()
H A Dslo.c5 …indcol, const PetscInt *ipntr, PetscInt *ndeg, PetscInt *list, PetscInt *maxclq, PetscInt *iwa1, P… in MINPACKslo() argument
117 *maxclq = 0; in MINPACKslo()
137 if (mindeg + 1 == numord && !*maxclq) *maxclq = numord; in MINPACKslo()
H A Dido.c7 …indcol, const PetscInt *ipntr, PetscInt *ndeg, PetscInt *list, PetscInt *maxclq, PetscInt *iwa1, P… in MINPACKido() argument
126 *maxclq = 0; in MINPACKido()
160 if (maxinc + 1 == ncomp) *maxclq = PetscMax(*maxclq, ncomp); in MINPACKido()