:orphan:
# DMPlexDistributeFieldIS
Distribute field data to match a given `PetscSF`, usually the `PetscSF` 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


## Input Parameters

- ***dm -*** The `DMPLEX` object
- ***pointSF -*** The `PetscSF` describing the communication pattern
- ***originalSection -*** The `PetscSection` for existing data layout
- ***originalIS -*** The existing data



## Output Parameters

- ***newSection -*** The `PetscSF` describing the new data layout
- ***newIS -*** The new data





## See Also
 `DMPLEX`, `DMPlexDistribute()`, `DMPlexDistributeField()`, `DMPlexDistributeData()`

## Level
developer

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/dm/impls/plex/plexdistribute.c.html#DMPlexDistributeFieldIS">src/dm/impls/plex/plexdistribute.c</A>


---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/dm/impls/plex/plexdistribute.c)


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