DMDASNESSetFunctionLocal#
set a local residual evaluation function for use with DMDA
Synopsis#
#include "petscdmda.h"
#include "petscsnes.h"
PetscErrorCode DMDASNESSetFunctionLocal(DM dm, InsertMode imode, DMDASNESFunctionFn *func, PetscCtx ctx)
Logically Collective
Input Parameters#
dm -
DMto associate callback withimode -
INSERT_VALUESif local function computes owned part,ADD_VALUESif it contributes to ghosted partfunc - local residual evaluation
ctx - optional context for local residual evaluation
See Also#
SNES: Nonlinear Solvers, DMDA, DMDASNESFunctionFn, DMDASNESSetJacobianLocal(), DMSNESSetFunction(), DMDACreate1d(), DMDACreate2d(), DMDACreate3d()
Level#
beginner
Location#
Examples#
src/snes/tutorials/ex15.c
src/snes/tutorials/ex46.c
src/snes/tutorials/ex48.c
src/snes/tutorials/ex55.c
src/snes/tutorials/ex4.c
src/snes/tutorials/ex40f90.F90
src/snes/tutorials/ex9.c
src/snes/tutorials/ex33.c
src/snes/tutorials/ex19.c
src/snes/tutorials/ex25.c
Index of all SNES routines
Table of Contents for all manual pages
Index of all manual pages