:orphan:
# PetscSFWindowGetFlavorType
Get  `PETSCSFWINDOW` flavor type for `PetscSF` communication 
## Synopsis
```
#include "petscsf.h" 
PetscErrorCode PetscSFWindowGetFlavorType(PetscSF sf, PetscSFWindowFlavorType *flavor)
```
Logically Collective


## Input Parameter

- ***sf -*** star forest for communication of type `PETSCSFWINDOW`



## Output Parameter

- ***flavor -*** flavor type





## See Also
  `PetscSF`, `PETSCSFWINDOW`, `PetscSFSetFromOptions()`, `PetscSFWindowSetFlavorType()`

## Level
advanced

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/vec/is/sf/impls/window/sfwindow.c.html#PetscSFWindowGetFlavorType">src/vec/is/sf/impls/window/sfwindow.c</A>

## Implementations

<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/vec/is/sf/impls/window/sfwindow.c.html#PetscSFWindowGetFlavorType_Window">PetscSFWindowGetFlavorType_Window in src/vec/is/sf/impls/window/sfwindow.c</A><BR>


---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/vec/is/sf/impls/window/sfwindow.c)


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