TaoAppSetOptionsRoutine

Sets an ADDITIONAL function that is to be called during TaoSetFromOptions().

Synopsis

#include "tao.h"  
int TaoAppSetOptionsRoutine(TAO_APPLICATION taoapp,int (*options)(TAO_APPLICATION) )
Collective on TAO_APPLICATION

Input Parameters

tao - the TAO_APPLICATION solver context
options - routine the checks options

Calling sequence of options

    int myoptions(TAO_APPLICATION taoapp)

taoapp -the TAO_APPLICATION solver context

Note

Several different options routines may be set by calling this routine.

Keywords

options, monitor, View

See Also

TaoAppSetFromOptions()

Level:advanced
Location:src/petsctao/application/petscapp/tao_app.c
TAO Solver Index
Table of Contents