TSForwardGetIntegralGradients#

Returns the forward sensitivities of the integral term.

Synopsis#

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

Input Parameter#

Output Parameters#

  • numfwdint - number of integrals

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

See Also#

TS: Scalable ODE and DAE Solvers, TSForwardSetSensitivities(), TSForwardSetIntegralGradients(), TSForwardStep()

Level#

deprecated

Location#

src/ts/interface/sensitivity/tssen.c


Index of all Sensitivity routines
Table of Contents for all manual pages
Index of all manual pages