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#
Level#
advanced
Location#
Implementations#
SNESMSGetDamping_MS() in src/snes/impls/ms/ms.c
Index of all SNES routines
Table of Contents for all manual pages
Index of all manual pages