DMPlexSNESComputeObjectiveFEM#
Sums the local objectives from the local input X using pointwise functions specified by the user
Synopsis#
#include "petscdmplex.h" 
#include "petscsnes.h"   
PetscErrorCode DMPlexSNESComputeObjectiveFEM(DM dm, Vec X, PetscReal *obj, void *user)
Input Parameters#
- dm - The mesh 
- X - Local solution 
- user - The user context 
Output Parameter#
- obj - Local objective value 
See Also#
Level#
developer
Location#
Index of all SNES routines
Table of Contents for all manual pages
Index of all manual pages