TaoGetMaximumIterations
Sets a maximum number of iterates.
Synopsis
#include "taosolver.h"
PetscErrorCode TaoGetMaximumIterations(TaoSolver tao,PetscInt *maxits)
Not Collective
Input Parameters
tao -the TaoSolver solver context
Output Parameters
maxits -the maximum number of iterates
See Also
TaoSetMaximumIterations(), TaoGetMaximumFunctionEvaluations()
Level:intermediate
Location:src/interface/taosolver.c
TAO Solver Index
Table of Contents