TSForwardCostIntegral#
Evaluate the cost integral in the forward run.
Synopsis#
#include "petscts.h"
PetscErrorCode TSForwardCostIntegral(TS ts)
Collective on TS
Input Parameter#
ts - time stepping context
Notes#
This function cannot be called until TSStep() has been completed.
See Also#
Level#
advanced
Location#
Implementations#
TSForwardCostIntegral_RK in src/ts/impls/explicit/rk/rk.c
TSForwardCostIntegral_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