petsc-3.9.4 2018-09-11
Report Typos and Errors

TSForwardGetIntegralGradients

Returns the forward sensitivities ofthe integral term.

Synopsis

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

Input Parameter

ts -the TS context obtained from TSCreate()

Output Parameter

vp = the vectors containing the gradients for each integral w.r.t. parameters -

Keywords

TS, forward sensitivity

See Also

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

Level

intermediate

Location

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