PetscSFSetGraphSection#
Sets the PetscSF graph encoding the parallel dof overlap based upon the PetscSection describing the data layout.
Synopsis#
#include "petscsf.h"   
PetscErrorCode PetscSFSetGraphSection(PetscSF sf, PetscSection localSection, PetscSection globalSection)
Input Parameters#
- sf - The - PetscSF
- localSection - - PetscSectiondescribing the local data layout
- globalSection - - PetscSectiondescribing the global data layout
See Also#
Level#
developer
Location#
Index of all PetscSF routines
Table of Contents for all manual pages
Index of all manual pages