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

TSAdjointCostIntegral

Evaluate the cost integral in the adjoint run.

Synopsis

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

Input Arguments

. ts - time stepping context

Notes

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

.seealso: TSAdjointSolve(), TSAdjointStep

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