#include "taodaapplication.h" int DAAppSetJacobianRoutine(TAO_APPLICATION daapplication, int (*jac)(TAO_APPLICATION,DA,Vec,Mat,void*),void *ctx)Collective on TAO_APPLICATION
| daapplication | - the DA Application object | |
| jac | - the function pointer for the Jacobian evaluation routine | |
| ctx | - the jacobian context |
jac(TAO_APPLICATION daapplication, DA da, Vec x,Mat J,void *ctx);
| daapplication | - the TAO_APPLICATION context | |
| da | - the Distributed Array | |
| x | - input vector | |
| J | - Jacobian matrix | |
| ctx | - user-defined hessian context set from DAAppSetHessianRoutine() |
Level:intermediate
Location:src/petsctao/gridapplication/interface/daapp.c
TAO DA Application Index
Table of Contents