petsc-3.14.6 2021-03-30
Report Typos and Errors
PCGAMGSetEstEigKSPType
Set type of
KSP
in eigen estimator (for Cheby)
Synopsis
#include "petscpc.h" #include "petscksp.h"
PetscErrorCode
PCGAMGSetEstEigKSPType
(
PC
pc, char t[])
Collective on
PC
Input Parameters
pc
- the preconditioner context
t
- ksp type
Options Database Key
-pc_gamg_esteig_ksp_type <type>
Notes
See Also
()
Level
intermediate
Location
src/ksp/pc/impls/gamg/gamg.c
Implementations
PCGAMGSetEstEigKSPType_GAMG in src/ksp/pc/impls/gamg/gamg.c
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages