Home
last modified time | relevance | path

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

/petsc/src/vec/is/is/utils/
H A Discoloring.c411 PetscMPIInt *toranks, *fromranks, size, target_rank, *fromperm_newtoold, nto, nfrom; in ISBuildTwoSided() local
450 PetscCall(PetscMPIIntCast(ito_indices[i], &target_rank)); in ISBuildTwoSided()
451 send_indices[tooffsets_tmp[target_rank]] = toindx ? toindx_indices[i] : (i + rstart); in ISBuildTwoSided()
452 tooffsets_tmp[target_rank]++; in ISBuildTwoSided()