petsc-3.7.5 2017-01-01
Report Typos and Errors

KSPPIPEFCGSetTruncationType

specify how many of its stored previous directions PIPEFCG uses during orthoganalization

Synopsis

#include "petscksp.h"  
PetscErrorCode KSPPIPEFCGSetTruncationType(KSP ksp,KSPFCDTruncationType truncstrat)
Logically Collective on KSP

KSP_FCD_TRUNC_TYPE_STANDARD uses all (up to mmax) stored directions KSP_FCD_TRUNC_TYPE_NOTAY uses max(1,mod(i,mmax)) stored directions at iteration i=0,1,..

Input Parameters

ksp - the Krylov space context
truncstrat - the choice of strategy

Options Database

-ksp_pipefcg_truncation, -ksp_pipefcg_truncation_restart

See Also

KSPPIPEFCG, KSPPIPEFCGGetTruncationType, KSPFCDTruncationType

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