TSAdjointSetSteps#
Sets the number of steps the adjoint solver should take backward in time
Synopsis#
#include "petscts.h"
PetscErrorCode TSAdjointSetSteps(TS ts, PetscInt steps)
Logically Collective
Input Parameters#
Notes#
Normally one does not call this and TSAdjointSolve()
integrates back to the original timestep. One can call this
so as to integrate back to less than the original timestep
See Also#
TS: Scalable ODE and DAE Solvers, TSAdjointSolve()
, TS
, TSSetExactFinalTime()
Level#
intermediate
Location#
Examples#
Index of all Sensitivity routines
Table of Contents for all manual pages
Index of all manual pages