SNESComputeObjective#
Computes the objective function that has been provided by SNESSetObjective()
Synopsis#
PetscErrorCode SNESComputeObjective(SNES snes, Vec X, PetscReal *ob)
Collective
Input Parameters#
snes - the
SNES
contextX - the state vector
Output Parameter#
ob - the objective value
See Also#
Level#
developer
Location#
Index of all SNES routines
Table of Contents for all manual pages
Index of all manual pages