KSPSetNestLevel#
sets the amount of nesting the KSP
has
Synopsis#
#include "petscksp.h"
PetscErrorCode KSPSetNestLevel(KSP ksp, PetscInt level)
Collective
Input Parameters#
ksp - the
KSP
level - the nest level
See Also#
KSP: Linear System Solvers, KSPSetUp()
, KSPSolve()
, KSPDestroy()
, KSP
, KSPGMRES
, KSPType
, KSPGetNestLevel()
, PCSetKSPNestLevel()
, PCGetKSPNestLevel()
Level#
developer
Location#
src/ksp/ksp/interface/itcreate.c
Index of all KSP routines
Table of Contents for all manual pages
Index of all manual pages