TaoSetType#
Sets the TaoType
for the minimization solver.
Synopsis#
#include "petsctao.h"
PetscErrorCode TaoSetType(Tao tao, TaoType type)
Collective
Input Parameters#
tao - the
Tao
solver contexttype - a known method
Options Database Key#
-tao_type
- Sets the method; use -help for a list of available methods (for instance, “-tao_type lmvm” or “-tao_type tron”)
See Also#
TAO: Optimization Solvers, Tao
, TaoCreate()
, TaoGetType()
, TaoType
Level#
intermediate
Location#
Examples#
src/tao/tutorials/ex3.c
src/tao/unconstrained/tutorials/rosenbrock1.c
src/ts/tutorials/ex20opt_ic.c
src/tao/pde_constrained/tutorials/parabolic.c
src/tao/unconstrained/tutorials/eptorsion1.c
src/ts/tutorials/ex20opt_p.c
src/tao/pde_constrained/tutorials/elliptic.c
src/tao/unconstrained/tutorials/spectraladjointassimilation.c
src/tao/pde_constrained/tutorials/hyperbolic.c
src/tao/tutorials/ex4.c
Index of all Tao routines
Table of Contents for all manual pages
Index of all manual pages