SNESFASGetType#
Gets the update and correction type used for SNESFAS
.
Synopsis#
#include "petscsnes.h"
PetscErrorCode SNESFASGetType(SNES snes, SNESFASType *fastype)
Logically Collective
Input Parameter#
snes -
SNESFAS
context
Output Parameter#
fastype -
SNES_FAS_ADDITIVE
,SNES_FAS_MULTIPLICATIVE
,SNES_FAS_FULL
, orSNES_FAS_KASKADE
See Also#
SNES: Nonlinear Solvers, SNES
, SNESFAS
, PCMGSetType()
, SNESFASSetType()
, SNES_FAS_ADDITIVE
, SNES_FAS_MULTIPLICATIVE
, SNES_FAS_FULL
, SNES_FAS_KASKADE
Level#
intermediate
Location#
Index of all SNESFAS routines
Table of Contents for all manual pages
Index of all manual pages