#include "petsctao.h" PetscErrorCode TaoSetMaximumFunctionEvaluations(Tao tao,PetscInt nfcn)Logically Collective on Tao
tao | - the Tao solver context | |
nfcn | - the maximum number of function evaluations (>=0) |
-tao_max_funcs <nfcn> | - sets the maximum number of function evaluations |