petsc-3.8.4 2018-03-24
Report Typos and Errors

TSForwardStep

Compute the forward sensitivity for one time step.

Synopsis

#include "petscts.h"  
PetscErrorCode TSForwardStep(TS ts)
Collective on TS

Input Arguments

ts -time stepping context

Notes

This function cannot be called until TSStep() has been completed.

Keywords

TS, forward sensitivity

See Also

TSForwardSetSensitivities(), TSForwardGetSensitivities(), TSForwardSetIntegralGradients(), TSForwardGetIntegralGradients(), TSForwardSetUp()

Level:advanced
Location:
src/ts/interface/tsfwdsen.c
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages