:orphan:
# PetscDualSpaceLagrangeGetMomentOrder
Get the order for moment integration
## Synopsis
```
#include "petscfe.h"
PetscErrorCode PetscDualSpaceLagrangeGetMomentOrder(PetscDualSpace sp, PetscInt *order)
```
Not Collective
## Input Parameter
- ***sp -*** The `PetscDualSpace`
## Output Parameter
- ***order -*** Moment integration order
## See Also
`PETSCDUALSPACELAGRANGE`, `PetscDualSpace`, `PetscDualSpaceLagrangeSetMomentOrder()`
## Level
advanced
## Location
src/dm/dt/dualspace/impls/lagrange/dspacelagrange.c
## Implementations
PetscDualSpaceLagrangeGetMomentOrder_Lagrange in src/dm/dt/dualspace/impls/lagrange/dspacelagrange.c
---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/dm/dt/dualspace/impls/lagrange/dspacelagrange.c)
[Index of all DUALSPACE routines](index.md)
[Table of Contents for all manual pages](/manualpages/index.md)
[Index of all manual pages](/manualpages/singleindex.md)