PETSc version 3.17.5
Fix/Edit manual page

SNESComputeObjective

Computes the objective.

Synopsis

PetscErrorCode SNESComputeObjective(SNES snes,Vec X,PetscReal *ob)
Collective on SNES

Input Parameters

snes - the SNES context
X - the state vector

Output Parameter

ob - the objective value

See Also

SNESSetObjective(), SNESGetSolution()

Level

advanced

Location

src/snes/interface/snesob.c
Index of all SNES routines
Table of Contents for all manual pages
Index of all manual pages