petsc-3.10.5 2019-03-28
Report Typos and Errors

TSComputeDRDPFunction

Runs the user-defined DRDP function.

Synopsis

#include "petscts.h"  
PetscErrorCode TSComputeDRDPFunction(TS ts,PetscReal t,Vec y,Vec *drdp)
Collective on TS

Input Parameters

ts -The TS context obtained from TSCreate()

Notes

TSDRDPFunction() is typically used for sensitivity implementation, so most users would not generally call this routine themselves.

Keywords

TS, sensitivity

See Also

TSSetCostIntegrand()

Level

developer

Location

src/ts/interface/sensitivity/tssen.c
Index of all Sensitivity routines
Table of Contents for all manual pages
Index of all manual pages