petsc-3.8.4 2018-03-24
KSPGuessCreate
Creates the default KSPGuess context.
Synopsis
#include "petscksp.h"
PetscErrorCode KSPGuessCreate(MPI_Comm comm,KSPGuess *guess)
Collective on MPI_Comm
Input Parameter
comm -MPI communicator
Output Parameter
guess -location to put the KSPGuess context
Notes
The default KSPGuess type is XXX
Keywords
KSP, create, context
See Also
KSPSolve(), KSPGuessDestroy(), KSPGuess, KSPGuessType, KSP
Level:beginner
Location:src/ksp/ksp/interface/iguess.c
Index of all KSP routines
Table of Contents for all manual pages
Index of all manual pages