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