TaoAppQueryForObject

query the TAO Application for an object

Synopsis

#include "tao.h"  
int TaoAppQueryForObject(TAO_APPLICATION taoapp, char *key, void **ctx)
Collective on TAO_APPLICATION

Input Parameters

taoapp - the TAO_APPLICATION solver context
key - string used to ID this object
ctx - user-defined context for private data

Output Parameter

Note

This routine can be used to extend the functionality of this object

Keywords

extensions

See Also

TaoAppAddObject()

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