Searched refs:mnr (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/vec/is/tests/ |
| H A D | ex7.c | 12 PetscInt nl, mnl, mnr, i, j, k, n, np, bs = 1, test = 0; in main() local 134 PetscCall(PetscSFGetGraph(mlsf, &mnr, &mnl, NULL, NULL)); in main() 138 …PetscCheck(mnr == nl, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Invalid number of roots in multi-leaves SF… in main()
|