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

TSForwardSetInitialSensitivities

Set initial values for tangent linear sensitivities

Synopsis

#include "petscts.h"  
PetscErrorCode TSForwardSetInitialSensitivities(TS ts,Mat didp)
Collective on TS

Input Parameter

ts - the TS context obtained from TSCreate()
didp - parametric sensitivities of the initial condition

Notes: TSSolve() allows users to pass the initial solution directly to TS. But the tangent linear variables cannot be initialized in this way. This function is used to set initial values for tangent linear variables.

See Also

TSForwardSetSensitivities()

Level

intermediate

Location

src/ts/interface/sensitivity/tssen.c
Index of all Sensitivity routines
Table of Contents for all manual pages
Index of all manual pages