:orphan:
# SNESMSGetDamping
Get the damping parameter of `SNESMS` multistage scheme
## Synopsis
```
#include "petscsnes.h"
PetscErrorCode SNESMSGetDamping(SNES snes, PetscReal *damping)
```
Not Collective
## Input Parameter
- ***snes -*** nonlinear solver context
## Output Parameter
- ***damping -*** damping parameter
## See Also
`SNESMSSetDamping()`, `SNESMS`
## Level
advanced
## Location
src/snes/impls/ms/ms.c
## Implementations
SNESMSGetDamping_MS in src/snes/impls/ms/ms.c
---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/snes/impls/ms/ms.c)
[Index of all SNES routines](index.md)
[Table of Contents for all manual pages](/manualpages/index.md)
[Index of all manual pages](/manualpages/singleindex.md)