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

PetscSFDistributeSection

Create a new PetscSection reorganized, moving from the root to the leaves of the SF

Synopsis

#include "petscvec.h"   
PetscErrorCode PetscSFDistributeSection(PetscSF sf, PetscSection rootSection, PetscInt **remoteOffsets, PetscSection leafSection)
Collective Many br

Input Parameters

sf - The SF Many br
rootSection - Section defined on root space Many br

Output Parameters

remoteOffsets - root offsets in leaf storage, or NULL Many br
leafSection - Section defined on the leaf space 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