Home
last modified time | relevance | path

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

/petsc/src/mat/graphops/color/impls/minpack/
H A Ddsm.c7 …t *indrow, PetscInt *indcol, PetscInt *ngrp, PetscInt *maxgrp, PetscInt *mingrp, PetscInt *info, P… in MINPACKdsm() argument
99 *mingrp = 0; in MINPACKdsm()
103 i__2 = *mingrp; in MINPACKdsm()
105 *mingrp = PetscMax(i__2, i__3); in MINPACKdsm()
118 *mingrp = PetscMax(*mingrp, maxclq); in MINPACKdsm()
122 if (*maxgrp == *mingrp) PetscFunctionReturn(PETSC_SUCCESS); in MINPACKdsm()
129 *mingrp = PetscMax(*mingrp, maxclq); in MINPACKdsm()
140 if (*maxgrp == *mingrp) PetscFunctionReturn(PETSC_SUCCESS); in MINPACKdsm()