KSPIDRGetS#

Gets the shadow space dimension s used by the KSPIDR solver.

Synopsis#

#include "petscksp.h" 
PetscErrorCode KSPIDRGetS(KSP ksp, PetscInt *s)

Not Collective

Input Parameter#

  • ksp - the Krylov solver context

Output Parameter#

  • s - the shadow space dimension

See Also#

KSP: Linear System Solvers, KSPIDR, KSPIDRSetS()

Level#

intermediate

Location#

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

Implementations#

KSPIDRGetS_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