:orphan:
# PetscSpacePTrimmedGetFormDegree
Get the form degree of the trimmed polynomials. 
## Synopsis
```
#include "petscfe.h" 
PetscErrorCode PetscSpacePTrimmedGetFormDegree(PetscSpace sp, PetscInt *formDegree)
```

## Input Parameter

- ***sp -*** the function space object



## Output Parameter

- ***formDegee -*** the form degree





## See Also
 `PetscSpace`, `PetscDTAltV`, `PetscDTPTrimmedEvalJet()`, `PetscSpacePTrimmedSetFormDegree()`

## Level
intermediate

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/dm/dt/space/impls/ptrimmed/spaceptrimmed.c.html#PetscSpacePTrimmedGetFormDegree">src/dm/dt/space/impls/ptrimmed/spaceptrimmed.c</A>

## Implementations

<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/dm/dt/space/impls/ptrimmed/spaceptrimmed.c.html#PetscSpacePTrimmedGetFormDegree_Ptrimmed">PetscSpacePTrimmedGetFormDegree_Ptrimmed in src/dm/dt/space/impls/ptrimmed/spaceptrimmed.c</A><BR>


---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/dm/dt/space/impls/ptrimmed/spaceptrimmed.c)


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