KSPPIPEFCGGetTruncationType#
get the truncation strategy employed by KSPPIPEFCG
Synopsis#
#include "petscksp.h"
PetscErrorCode KSPPIPEFCGGetTruncationType(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, KSPPIPEFCG
, KSPPIPEFCGSetTruncationType
, KSPFCDTruncationType
, KSP_FCD_TRUNC_TYPE_STANDARD
, KSP_FCD_TRUNC_TYPE_NOTAY
Level#
intermediate
Location#
src/ksp/ksp/impls/fcg/pipefcg/pipefcg.c
Index of all KSP routines
Table of Contents for all manual pages
Index of all manual pages