PetscSFGetRootRanks#
Get root ranks and number of vertices referenced by leaves on this process
Synopsis#
#include "petscsf.h"
PetscErrorCode PetscSFGetRootRanks(PetscSF sf, PetscInt *nranks, const PetscMPIInt **ranks, const PetscInt **roffset, const PetscInt **rmine, const PetscInt **rremote)
Not Collective
Input Parameter#
sf - star forest
Output Parameters#
nranks - number of ranks referenced by local part
ranks - [
nranks
] array of ranksroffset - [
nranks
+1] offset inrmine
/rremote
for each rankrmine - [
roffset
[nranks
]] concatenated array holding local indices referencing each remote rankrremote - [
roffset
[nranks
]] concatenated array holding remote indices referenced for each remote rank
See Also#
Level#
developer
Location#
Examples#
Implementations#
PetscSFGetRootRanks_Allgatherv() in src/vec/is/sf/impls/basic/allgatherv/sfallgatherv.c
Index of all PetscSF routines
Table of Contents for all manual pages
Index of all manual pages