:orphan:
# PetscSectionSymDistribute
Distribute the symmetries in accordance with the input `PetscSF` 
## 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 Parameter

- ***dsym -*** the redistributed symmetries





## See Also
 [PetscSection](sec_petscsection), `PetscSectionSym`, `PetscSectionSymCreate()`, `PetscSectionSetSym()`, `PetscSectionGetSym()`, `PetscSectionSymLabelSetStratum()`, `PetscSectionGetPointSyms()`

## Level
developer

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/vec/is/section/interface/section.c.html#PetscSectionSymDistribute">src/vec/is/section/interface/section.c</A>


---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/vec/is/section/interface/section.c)


[Index of all PetscSection routines](index.md)  
[Table of Contents for all manual pages](/manualpages/index.md)  
[Index of all manual pages](/manualpages/singleindex.md)  
