petsc-3.7.1 2016-05-15
Report Typos and Errors

KSPPIPEGCRGetTruncationType

get the truncation strategy employed by PIPEGCR

Synopsis

#include "petscksp.h"  
PetscErrorCode KSPPIPEGCRGetTruncationType(KSP ksp,KSPFCDTruncationType *truncstrat)
Not Collective Many br

KSP_FCD_TRUNC_TYPE_STANDARD uses all (up to mmax) stored directions Many brKSP_FCD_TRUNC_TYPE_NOTAY uses the last max(1,mod(i,mmax)) directions at iteration i=0,1,.. Many br

Input Parameter

ksp -the Krylov space context Many br

Output Parameter

truncstrat -the strategy type Many br

Options Database

-ksp_pipegcr_truncation, -ksp_pipegcr_truncation_restart Many br

Many br

Keywords

KSP, PIPEGCR, truncation

See Also

KSPPIPEGCR, KSPPIPEGCRSetTruncationType, KSPPIPEGCRTruncationType, KSPFCDTruncationType

Level:intermediate
Location:
src/ksp/ksp/impls/gcr/pipegcr/pipegcr.c
Index of all KSP routines
Table of Contents for all manual pages
Index of all manual pages