:orphan: # PetscSFNode specifier of owner and index ## Synopsis ``` typedef struct { PetscInt rank; /* Rank of owner */ PetscInt index; /* Index of node on rank */ } PetscSFNode; ``` ## Sample Usage ```none PetscSFNode *remote; PetscCall(PetscMalloc1(nleaves,&remote)); for (i=0; iinclude/petscsftypes.h ## Examples src/vec/is/sf/tutorials/ex1f.F90
--- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/include/petscsftypes.h) [Index of all PetscSF routines](index.md) [Table of Contents for all manual pages](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)