petsc-3.9.4 2018-09-11
SNESFASSetContinuation
Sets the FAS cycle to default to exact Newton solves on the upsweep
Synopsis
#include "petscsnes.h"
PetscErrorCode SNESFASSetContinuation(SNES snes,PetscBool continuation)
Logically Collective on SNES
Input Parameters
| snes | - the multigrid context
|
| n | - the number of smoothing steps
|
Options Database Key
-snes_fas_continuation -sets continuation to true
Notes: This sets the prefix on the upsweep smoothers to -fas_continuation
Keywords
FAS, MG, smoother, continuation
See Also
SNESFAS
Level
advanced
Location
src/snes/impls/fas/fasfunc.c
Index of all SNESFAS routines
Table of Contents for all manual pages
Index of all manual pages