#include "petscsnes.h" PetscErrorCode SNESSetComputeInitialGuess(SNES snes,PetscErrorCode (*func)(SNES,Vec,void*),void *ctx)Logically Collective on SNES
snes | - the SNES context | |
func | - function evaluation routine | |
ctx | - [optional] user-defined context for private data for the function evaluation routine (may be NULL) |
func (SNES snes,Vec x,void *ctx);
Level:intermediate
Location:src/snes/interface/snes.c
Index of all SNES routines
Table of Contents for all manual pages
Index of all manual pages