KSPIDRGetCosine#

Gets the omega stabilization cosine threshold used by the KSPIDR solver.

Synopsis#

#include "petscksp.h" 
PetscErrorCode KSPIDRGetCosine(KSP ksp, PetscReal *cth)

Not Collective

Input Parameter#

  • ksp - the Krylov solver context

Output Parameter#

  • cth - the stabilization cosine threshold

See Also#

KSP: Linear System Solvers, KSPIDR, KSPIDRSetCosine(), KSPIDRGetS()

Level#

intermediate

Location#

src/ksp/ksp/impls/idr/idr.c

Implementations#

KSPIDRGetCosine_IDR() in src/ksp/ksp/impls/idr/idr.c


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