# PetscSectionGetStorageSize
Return the size of an array or local Vec capable of holding all the degrees of freedom. 
## Synopsis
```
#include "petscsection.h"   
PetscErrorCode PetscSectionGetStorageSize(PetscSection s, PetscInt *size)
```
Not Collective


## Input Parameter

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



## Output Parameter

- ***size -*** the size of an array which can hold all the dofs





## See Also
 [PetscSection](sec_petscsection), `PetscSection`, `PetscSectionGetOffset()`, `PetscSectionGetConstrainedStorageSize()`, `PetscSectionCreate()`

## Level
intermediate

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

## Examples
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/ts/tutorials/ex11_sa.c.html">src/ts/tutorials/ex11_sa.c.html</A><BR>


---
[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](/docs/manualpages/index.md)  
[Index of all manual pages](/docs/manualpages/singleindex.md)  
