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#
Level#
intermediate
Location#
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