TaoTermShellSetObjective#
Set the objective function of a TAOTERMSHELL
Synopsis#
#include "petsctao.h"
PetscErrorCode TaoTermShellSetObjective(TaoTerm term, TaoTermObjectiveFn *objective)
Logically collective
Input Parameters#
term - a
TaoTermof typeTAOTERMSHELLobjective - a
TaoTermObjectiveFnfunction pointer
See Also#
TaoTerm: composable objective function terms, TaoTerm, TAOTERMSHELL, TaoTermShellGetContext(), TaoTermShellSetContextDestroy(),
TaoTermShellSetGradient(),
TaoTermShellSetObjectiveAndGradient(),
TaoTermShellSetHessian(),
TaoTermShellSetView(),
TaoTermObjectiveFn
Level#
intermediate
Location#
Implementations#
TaoTermShellSetObjective_Shell() in src/tao/term/impls/shell/taotermshell.c
Index of all TaoTerm routines
Table of Contents for all manual pages
Index of all manual pages