KSPFCGSetNprealloc#
set the number of directions to preallocate with FCG
Synopsis#
#include "petscksp.h"
PetscErrorCode KSPFCGSetNprealloc(KSP ksp, PetscInt nprealloc)
Logically Collective on ksp
Input Parameters#
ksp - the Krylov space context
nprealloc - the number of vectors to preallocate
Options Database#
-ksp_fcg_nprealloc
- number of directions to preallocate
See Also#
Level#
advanced
Location#
Index of all KSP routines
Table of Contents for all manual pages
Index of all manual pages