:orphan:
# PetscSFComputeDegreeEnd
complete computation of degree for each root vertex, started with `PetscSFComputeDegreeBegin()` 
## Synopsis
```
#include "petscsf.h" 
PetscErrorCode PetscSFComputeDegreeEnd(PetscSF sf, const PetscInt **degree)
```
Collective


## Input Parameter

- ***sf -*** star forest



## Output Parameter

- ***degree -*** degree of each root vertex





## Note
The returned array is owned by `PetscSF` and automatically freed by `PetscSFDestroy()`. Hence there is no need to call `PetscFree()` on it.


## See Also
 `PetscSF`, `PetscSFGatherBegin()`, `PetscSFComputeDegreeBegin()`

## Level
developer

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

## Examples
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/vec/is/sf/tutorials/ex1.c.html">src/vec/is/sf/tutorials/ex1.c</A><BR>


---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/vec/is/sf/interface/sf.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)  
