KSPFCGGetTruncationType#
get the truncation strategy employed by KSPFCG
Synopsis#
#include "petscksp.h"
PetscErrorCode KSPFCGGetTruncationType(KSP ksp, KSPFCDTruncationType *truncstrat)
Not Collective
Input Parameter#
ksp - the Krylov space context
Output Parameter#
truncstrat - the strategy type
See Also#
KSP: Linear System Solvers, KSPFCG
, KSPFCGSetTruncationType
, KSPFCDTruncationType
, KSPFCGSetTruncationType()
Level#
intermediate
Location#
Index of all KSP routines
Table of Contents for all manual pages
Index of all manual pages