Home
last modified time | relevance | path

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

/petsc/src/vec/is/tests/
H A Dex7.c11 PetscInt *p, *ns, **ids, *leaves, *mleaves; in main() local
140 PetscCall(PetscMalloc2(2 * nl, &leaves, 2 * mnl, &mleaves)); in main()
149 PetscCall(PetscSFBcastBegin(mlsf, MPIU_2INT, leaves, mleaves, MPI_REPLACE)); in main()
150 PetscCall(PetscSFBcastEnd(mlsf, MPIU_2INT, leaves, mleaves, MPI_REPLACE)); in main()
156 …FMT ", %" PetscInt_FMT ") from %" PetscInt_FMT "\n", rank, j, mleaves[2 * (k + j)], mleaves[2 * (k… in main()
161 PetscCall(PetscFree2(leaves, mleaves)); in main()