SNESNASMSetDamping#
Sets the update damping for SNESNASM
the nonlinear additive Schwarz solver
Synopsis#
#include "petscsnes.h"
PetscErrorCode SNESNASMSetDamping(SNES snes, PetscReal dmp)
Logically Collective
Input Parameters#
snes - the
SNES
contextdmp - damping
Notes#
The new solution is obtained as old solution plus dmp times (sum of the solutions on the subdomains)
See Also#
Level#
intermediate
Location#
Implementations#
SNESNASMSetDamping_NASM in src/snes/impls/nasm/nasm.c
Index of all SNES routines
Table of Contents for all manual pages
Index of all manual pages