#include "tao_solver.h" int TaoSetDestroyRoutine(TAO_SOLVER tao,int (*destroy)(void*),void *mctx)Collective on TAO_SOLVER
taoapp | - the TAO_SOLVER solver context | |
destroy | - function pointer | |
mctx | - [optional] user-defined context for private data for the destroy routine (may be TAO_NULL) |
int mydestroy(void *mctx)
Level:intermediate
Location:src/interface/tao.c
TAO Solver Index
Table of Contents