DMDASNESSetObjectiveLocal#

set a local residual evaluation function to used with a DMDA

Synopsis#

#include "petscdmda.h" 
#include "petscsnes.h" 
PetscErrorCode DMDASNESSetObjectiveLocal(DM dm, DMDASNESObjective func, void *ctx)

Logically Collective

Input Parameters#

  • dm - DM to associate callback with

  • func - local objective evaluation, see DMDASNESSetObjectiveLocal for the calling sequence

  • ctx - optional context for local residual evaluation

See Also#

SNES: Nonlinear Solvers, DMDA, DMSNESSetFunction(), DMDASNESSetJacobianLocal(), DMDACreate1d(), DMDACreate2d(), DMDACreate3d(), DMDASNESObjective

Level#

beginner

Location#

src/snes/utils/dmdasnes.c

Examples#

src/snes/tutorials/ex5.c
src/snes/tutorials/ex55.c


Index of all SNES routines
Table of Contents for all manual pages
Index of all manual pages