petsc-3.15.0 2021-03-30
Report Typos and Errors

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

ts - the TS context obtained from TSCreate()

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