SNESCompositeSetDamping#
Sets the damping of a subsolver when using SNES_COMPOSITE_ADDITIVE
with a SNES
of SNESType
SNESCOMPOSITE
Synopsis#
#include "petscsnes.h"
PetscErrorCode SNESCompositeSetDamping(SNES snes, PetscInt n, PetscReal dmp)
Not Collective
Input Parameters#
See Also#
SNES: Nonlinear Solvers, SNES
, SNESCOMPOSITE
, SNESCompositeAddSNES()
, SNESCompositeGetSNES()
,
SNES_COMPOSITE_ADDITIVE
, SNES_COMPOSITE_MULTIPLICATIVE
, SNESCompositeType
, SNESCompositeSetType()
Level#
intermediate
Location#
Implementations#
SNESCompositeSetDamping_Composite() in src/snes/impls/composite/snescomposite.c
Index of all SNES routines
Table of Contents for all manual pages
Index of all manual pages