petsc-3.8.4 2018-03-24
Report Typos and Errors

TSForwardGetIntegralGradients

Returns the forward sensitivities ofthe integral term.

Synopsis

#include "petscts.h"  
PetscErrorCode TSForwardGetIntegralGradients(TS ts,PetscInt *numfwdint,Vec **v,Vec **vp)

Input Parameter

ts -the TS context obtained from TSCreate()

Output Parameter

v = the vectors containing the gradients for each integral wrt initial values -. vp = the vectors containing the gradients for each integral wrt parameters

Keywords

TS, forward sensitivity

See Also

TSForwardSetSensitivities(), TSForwardSetIntegralGradients(), TSForwardGetIntegralGradients(), TSForwardStep()

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