petsc-3.7.5 2017-01-01
Report Typos and Errors

TSAdjointComputeDRDYFunction

Runs the user-defined DRDY function.

Synopsis

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

Input Parameters

ts -The TS context obtained from TSCreate()

Notes

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

Keywords

TS, sensitivity

See Also

TSAdjointComputeDRDYFunction()

Level:developer
Location:
src/ts/interface/ts.c
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages