#include "petscsf.h" PetscErrorCode PetscSFCreateRemoteOffsets(PetscSF sf, PetscSection rootSection, PetscSection leafSection, PetscInt **remoteOffsets)Collective on sf
sf | - The SF | |
rootSection | - Data layout of remote points for outgoing data (this is layout for SF roots) | |
leafSection | - Data layout of local points for incoming data (this is layout for SF leaves) |
remoteOffsets | - Offsets for point data on remote processes (these are offsets from the root section), or NULL |