PETSc version 3.17.0
PetscSectionSymDistribute
Distribute the symmetries in accordance with the input SF
Synopsis
#include "petscsection.h"
PetscErrorCode PetscSectionSymDistribute(PetscSectionSym sym, PetscSF migrationSF, PetscSectionSym *dsym)
Collective
Input Parameters
| sym | - the PetscSectionSym
|
| migrationSF | - the distribution map from roots to leaves
|
Output Parameters
| dsym | - the redistributed symmetries
|
See Also
PetscSectionSymCreate(), PetscSectionSetSym(), PetscSectionGetSym(), PetscSectionSymLabelSetStratum(), PetscSectionGetPointSyms()
Level
developer
Location
src/vec/is/section/interface/section.c
Index of all PetscSection routines
Table of Contents for all manual pages
Index of all manual pages