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