:orphan:
# PetscDualSpaceLagrangeSetMomentOrder
Set the order for moment integration
## Synopsis
```
#include "petscfe.h"
PetscErrorCode PetscDualSpaceLagrangeSetMomentOrder(PetscDualSpace sp, PetscInt order)
```
Logically Collective
## Input Parameters
- ***sp -*** The `PetscDualSpace`
- ***order -*** The order for moment integration
## See Also
`PETSCDUALSPACELAGRANGE`, `PetscDualSpace`, `PetscDualSpaceLagrangeGetMomentOrder()`
## Level
advanced
## Location
src/dm/dt/dualspace/impls/lagrange/dspacelagrange.c
## Implementations
PetscDualSpaceLagrangeSetMomentOrder_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)