petsc-3.10.5 2019-03-28
Report Typos and Errors

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