TaoSetType#
Sets the TaoType for the minimization solver.
Synopsis#
#include "petsctao.h"
PetscErrorCode TaoSetType(Tao tao, TaoType type)
Collective
Input Parameters#
tao - the
Taosolver contexttype - a known method
Options Database Key#
-tao_type type - Sets the method; see
TaoType
Note#
Calling this function resets the convergence test to TaoDefaultConvergenceTest().
If a custom convergence test has been set with TaoSetConvergenceTest(), it must
be set again after calling TaoSetType().
See Also#
TAO: Optimization Solvers, Tao, TaoCreate(), TaoGetType(), TaoType
Level#
intermediate
Location#
Examples#
src/tao/leastsquares/tutorials/chwirut1.c
src/tao/constrained/tutorials/maros.c
src/tao/leastsquares/tutorials/chwirut1f.F90
src/tao/pde_constrained/tutorials/hyperbolic.c
src/tao/constrained/tutorials/ex1.c
src/tao/pde_constrained/tutorials/parabolic.c
src/tao/leastsquares/tutorials/chwirut2f.F90
src/tao/leastsquares/tutorials/cs1.c
src/tao/pde_constrained/tutorials/elliptic.c
src/tao/constrained/tutorials/tomographyADMM.c
Index of all Tao routines
Table of Contents for all manual pages
Index of all manual pages