SNESFASGetRScale#
Gets the scaling factor of the restriction operator from level \(l\) to \(l-1\)
Synopsis#
#include "petscsnes.h"
PetscErrorCode SNESFASGetRScale(SNES snes, PetscInt level, Vec *rscale)
Input Parameters#
snes - the
SNESFASnonlinear multigrid contextlevel - the level (0 is coarsest) to supply
Output Parameter#
rscale - the restriction scaling
See Also#
SNES: Nonlinear Solvers, SNES, SNESFAS, SNESFASSetRScale(), SNESFASCycleGetRScale(), SNESFASGetRestriction()
Level#
advanced
Location#
Index of all SNESFAS routines
Table of Contents for all manual pages
Index of all manual pages