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
SNESFunctionFn
for calling sequenceJ - Picard matrix evaluation function; see
SNESJacobianFn
for calling sequencectx - 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