SNESFASSetLevels#
Sets the number of levels to use with SNESFAS
. Must be called before any other SNESFAS
routine.
Synopsis#
#include "petscsnes.h"
PetscErrorCode SNESFASSetLevels(SNES snes, PetscInt levels, MPI_Comm *comms)
Input Parameters#
Note#
If the number of levels is one then the solver uses the -fas_levels
prefix
for setting the level options rather than the -fas_coarse
prefix.
See Also#
Level#
intermediate
Location#
Index of all SNESFAS routines
Table of Contents for all manual pages
Index of all manual pages