KSPSetFromOptions

Sets KSP options from the options database. This routine must be called before KSPSetUp() if the user is to be allowed to set the Krylov type.

Synopsis

int KSPSetFromOptions(KSP ksp)

Input Parameters

ksp -the Krylov space context

Collective on KSP

Notes: To see all options, run your program with the -help option; or consult the users manual.

Keywords

KSP, set, from, options, database

See Also

KSPPrintHelp()

Location: src/ksp/interface/itcreate.c
KSP Index
Table of Contents