DMSNESSetPicard#
set SNES Picard iteration matrix and RHS evaluation functions into a DMSNES object
Synopsis#
#include "petscsnes.h" 
#include "petscdm.h" 
PetscErrorCode DMSNESSetPicard(DM dm, SNESFunctionFn *b, SNESJacobianFn *J, void *ctx)
Not Collective
Input Parameters#
- b - RHS evaluation function; see - SNESFunctionFnfor calling sequence
- J - Picard matrix evaluation function; see - SNESJacobianFnfor calling sequence
- ctx - context for residual and matrix evaluation 
See Also#
SNES: Nonlinear Solvers, DMSNES, SNESSetPicard(), DMSNESSetFunction(), DMSNESSetJacobian(), SNESFunctionFn, SNESJacobianFn
Level#
developer
Location#
Index of all SNES routines
Table of Contents for all manual pages
Index of all manual pages