KSPCreate
Creates the default KSP context.
Synopsis
int KSPCreate(MPI_Comm comm,KSP *ksp)
Collective on
MPI_Comm
Input Parameter
comm -MPI communicator
Output Parameter
ksp -location to put the KSP context
Notes
The default KSP type is GMRES with a restart of 30, using modified Gram-
Schmidtorthogonalization.
Keywords
KSP, create, context
See Also
KSPSetUp(), KSPSolve(), KSPDestroy()
Location: src/ksp/interface/itcreate.c
KSP Index
Table of Contents