#include "petscvec.h" PetscErrorCode PetscSFCreateSectionSF(PetscSF sf, PetscSection rootSection, PetscInt remoteOffsets[], PetscSection leafSection, PetscSF *sectionSF)
sf | - The SF | |
rootSection | - Data layout of remote points for outgoing data (this is usually the serial section), or NULL | |
remoteOffsets | - Offsets for point data on remote processes (these are offsets from the root section), or NULL |
leafSection | - Data layout of local points for incoming data (this is the distributed section) | |
sectionSF | - The new SF |
Note: Either rootSection or remoteOffsets can be specified
Level:intermediate
Location:src/vec/is/utils/vsectionis.c
Index of all IS routines
Table of Contents for all manual pages
Index of all manual pages