TaoRegister(char *name_solver,char *path,char *name_Create,int (*routine_Create)(Tao))Not collective Many br
sname | - name of a new user-defined solver Many br | |
func | - routine to Create method context Many br |
TaoRegister("my_solver",MySolverCreate);Many br
Then, your solver can be chosen with the procedural interface via Many br
TaoSetType(tao,"my_solver")or at runtime via the option Many br
-tao_type my_solver
Many br
Level:advanced
Location:src/tao/interface/taosolver.c
Index of all Tao routines
Table of Contents for all manual pages
Index of all manual pages