TaoTermSetFromOptions#

Configure a TaoTerm from the PETSc options database

Synopsis#

#include "petsctao.h" 
PetscErrorCode TaoTermSetFromOptions(TaoTerm term)

Collective

Input Parameter#

Options Database Keys#

See Also#

TaoTerm: composable objective function terms, TaoTerm, TaoTermCreate(), TaoTermSetType(), TaoTermSetUp(), TaoTermView(), TaoTermDestroy()

Level#

beginner

Location#

src/tao/term/interface/taoterm.c

Examples#

src/tao/term/tutorials/ex1.c

Implementations#

TaoTermSetFromOptions_L1() in src/tao/term/impls/l1/taoterml1.c
TaoTermSetFromOptions_Sum() in src/tao/term/impls/sum/taotermsum.c


Index of all TaoTerm routines
Table of Contents for all manual pages
Index of all manual pages