KSPChebyshevGetKind#

get the kind of Chebyshev polynomial to use

Synopsis#

#include "petscksp.h" 
PetscErrorCode KSPChebyshevGetKind(KSP ksp, KSPChebyshevKind *kind)

Logically Collective

Input Parameters#

  • ksp - Linear solver context

  • kind - The kind of Chebyshev polynomial to use

See Also#

KSP: Linear System Solvers, KSPCHEBYSHEV KSPChebyshevKind, KSPChebyshevSetKind()

Level#

intermediate

Location#

src/ksp/ksp/impls/cheby/cheby.c

Implementations#

KSPChebyshevGetKind_Chebyshev in src/ksp/ksp/impls/cheby/cheby.c


Edit on GitLab

Index of all KSP routines
Table of Contents for all manual pages
Index of all manual pages