TaoTermShellSetIsComputeHessianFDPossible#
Set whether this term can compute Hessian with finite differences for a TAOTERMSHELL
Synopsis#
#include "petsctao.h"
PetscErrorCode TaoTermShellSetIsComputeHessianFDPossible(TaoTerm term, PetscBool3 ispossible)
Logically collective
Input Parameters#
term - a
TaoTermof typeTAOTERMSHELLispossible - whether Hessian computation with finite differences is possible
See Also#
TaoTerm: composable objective function terms, TaoTerm, TAOTERMSHELL, TaoTermShellGetContext(), TaoTermShellSetContextDestroy(),
TaoTermShellSetObjective(),
TaoTermShellSetGradient(),
TaoTermShellSetObjectiveAndGradient(),
TaoTermShellSetHessian(),
TaoTermIsComputeHessianFDPossible()
Level#
intermediate
Location#
Implementations#
TaoTermShellSetIsComputeHessianFDPossible_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