Searched refs:maxgrp (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/mat/graphops/color/impls/minpack/ |
| H A D | dsm.c | 7 …t *npairs, PetscInt *indrow, PetscInt *indcol, PetscInt *ngrp, PetscInt *maxgrp, PetscInt *mingrp,… in MINPACKdsm() argument 117 …indrow[1], &jpntr[1], &indcol[1], &ipntr[1], &iwa[(*n << 2) + 1], &ngrp[1], maxgrp, &iwa[*n + 1])); in MINPACKdsm() 122 if (*maxgrp == *mingrp) PetscFunctionReturn(PETSC_SUCCESS); in MINPACKdsm() 133 if (numgrp < *maxgrp) { in MINPACKdsm() 134 *maxgrp = numgrp; in MINPACKdsm() 140 if (*maxgrp == *mingrp) PetscFunctionReturn(PETSC_SUCCESS); in MINPACKdsm() 152 if (numgrp < *maxgrp) { in MINPACKdsm() 153 *maxgrp = numgrp; in MINPACKdsm()
|
| H A D | seq.c | 5 …nt *indcol, const PetscInt *ipntr, PetscInt *list, PetscInt *ngrp, PetscInt *maxgrp, PetscInt *iwa) in MINPACKseq() argument 74 *maxgrp = 0; in MINPACKseq() 112 i__2 = *maxgrp; in MINPACKseq() 116 ++(*maxgrp); in MINPACKseq()
|