TSForwardStep#
Compute the forward sensitivity for one time step.
Synopsis#
#include <petscts.h>
PetscErrorCode TSForwardStep(TS ts)
Collective
Input Parameter#
ts - time stepping context
Notes#
This function cannot be called until TSStep()
has been completed.
See Also#
TS: Scalable ODE and DAE Solvers, TSForwardSetSensitivities()
, TSForwardGetSensitivities()
, TSForwardSetIntegralGradients()
, TSForwardGetIntegralGradients()
, TSForwardSetUp()
Level#
advanced
Location#
Implementations#
TSForwardStep_RK() in src/ts/impls/explicit/rk/rk.c
TSForwardStep_Theta() in src/ts/impls/implicit/theta/theta.c
Index of all Sensitivity routines
Table of Contents for all manual pages
Index of all manual pages