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

DMPlexDistributeFieldIS

Distribute field data to match a given PetscSF, usually the SF from mesh distribution

Synopsis

#include "petscdmplex.h"   
#include "petscdmlabel.h"  
PetscErrorCode DMPlexDistributeFieldIS(DM dm, PetscSF pointSF, PetscSection originalSection, IS originalIS, PetscSection newSection, IS *newIS)
Collective on DM Many br

Input Parameters

dm - The DMPlex object Many br
pointSF - The PetscSF describing the communication pattern Many br
originalSection - The PetscSection for existing data layout Many br
originalIS - The existing data Many br

Output Parameters

newSection - The PetscSF describing the new data layout Many br
newIS - The new data Many br

Many br

See Also

DMPlexDistribute(), DMPlexDistributeField(), DMPlexDistributeData()

Level:developer
Location:
src/dm/impls/plex/plexdistribute.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages