:orphan:
# PetscSectionGetUseFieldOffsets
Get the flag indicating if field offsets are used directly in a global section, rather than just the point offset 
## Synopsis
```
#include "petscsection.h"   
PetscErrorCode PetscSectionGetUseFieldOffsets(PetscSection s, PetscBool *flg)
```
Not Collective


## Input Parameter

- ***s -*** the global `PetscSection`



## Output Parameter

- ***flg -*** the flag





## See Also
 [PetscSection](sec_petscsection), `PetscSectionSym`, `PetscSectionSetChart()`, `PetscSectionCreate()`

## Level
developer

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/vec/is/section/interface/section.c.html#PetscSectionGetUseFieldOffsets">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)  
