petsc-3.15.0 2021-03-30
TSForwardGetStages
Get the number of stages and the tangent linear sensitivities at the intermediate stages
Synopsis
#include "petscts.h"
PetscErrorCode TSForwardGetStages(TS ts,PetscInt *ns,Mat **S)
Input Parameter
Output Parameters
| ns | - number of stages
|
| S | - tangent linear sensitivities at the intermediate stages
|
Level
advanced
Location
src/ts/interface/sensitivity/tssen.c
Index of all Sensitivity routines
Table of Contents for all manual pages
Index of all manual pages