petsc-3.8.4 2018-03-24
TSForwardCostIntegral
Evaluate the cost integral in the forward run.
Synopsis
#include "petscts.h"
PetscErrorCode TSForwardCostIntegral(TS ts)
Collective on TS
Input Arguments
ts -time stepping context
Notes
This function cannot be called until TSStep() has been completed.
See Also
TSSolve(), TSAdjointCostIntegral()
Level:advanced
Location:src/ts/interface/ts.c
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages