#include "petscksp.h" PetscErrorCode KSPSetComputeInitialGuess(KSP ksp,PetscErrorCode (*func)(KSP,Vec,void*),void *ctx)Logically Collective Many br
ksp | - the KSP context Many br | |
func | - function to compute the initial guess Many br | |
ctx | - optional context Many br |
func(KSP ksp,Vec x,void *ctx)
ksp | - the KSP context Many br | |
x | - solution vector Many br | |
ctx | - optional user-provided context Many br |
Many br
Level:beginner
Location:src/ksp/ksp/interface/itfunc.c
Index of all KSP routines
Table of Contents for all manual pages
Index of all manual pages