Home
last modified time | relevance | path

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

/petsc/src/vec/is/tests/
H A Dex7.c12 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()
139 …PetscCheck(mnl == j, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Invalid number of leaves in multi-leaves SF… in main()
140 PetscCall(PetscMalloc2(2 * nl, &leaves, 2 * mnl, &mleaves)); in main()
/petsc/src/ksp/pc/impls/spai/
H A Dispai.c536 int n, mnl, nnl, nz, rstart, rend; in ConvertMatToMatrix() local
544 PetscCall(MatGetLocalSize(A, &mnl, &nnl)); in ConvertMatToMatrix()
563 PetscCallMPI(MPI_Allgather(&mnl, 1, MPI_INT, M->mnls, 1, MPI_INT, comm)); in ConvertMatToMatrix()
568 M->mnl = M->mnls[M->myid]; in ConvertMatToMatrix()