#include "tao_solver.h" int TaoSetConvergenceTest(TAO_SOLVER tao,int (*conv)(TAO_SOLVER,void*),void *cctx)Collective on TAO_SOLVER
tao | - the TAO_SOLVER solver context | |
conv | - routine to test for convergence | |
cctx | - [optional] context for private data for the convergence routine (may be TAO_NULL) |
int conv (TAO_SOLVER tao, void *cctx)
tao | - the TAO_SOLVER solver context | |
cctx | - [optional] convergence context |
Note: The new convergence testing routine should call TaoSetTerminationReason().
Level:intermediate
Location:src/interface/tao.c
TAO Solver Index
Table of Contents