#include "petscsnes.h" PetscErrorCode SNESFunction(SNES snes,Vec x,Vec f,void *ctx);
snes | - the SNES context Many br | |
x | - state at which to evaluate residual Many br | |
ctx | - optional user-defined function context, passed in with SNESSetFunction() Many br |
Many br
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