petsc-3.7.1 2016-05-15
Report Typos and Errors

PetscSFCreateSectionSF

Create an expanded SF of dofs, assuming the input SF relates points

Synopsis

#include "petscvec.h"   
PetscErrorCode PetscSFCreateSectionSF(PetscSF sf, PetscSection rootSection, PetscInt remoteOffsets[], PetscSection leafSection, PetscSF *sectionSF)

Input Parameters

sf - The SF Many br
rootSection - Data layout of remote points for outgoing data (this is usually the serial section) Many br
remoteOffsets - Offsets for point data on remote processes (these are offsets from the root section), or NULL Many br
leafSection - Data layout of local points for incoming data (this is the distributed section) Many br

Output Parameters

sectionSF -The new SF Many br

Note: Either rootSection or remoteOffsets can be specified Many br

Many br

See Also

PetscSFCreate()

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