TSComputeForcingFunction#
Evaluates the forcing function.
Synopsis#
#include "petscts.h"  
PetscErrorCode TSComputeForcingFunction(TS ts, PetscReal t, Vec U)
Collective
Input Parameters#
- ts - the - TScontext
- t - current time 
Output Parameter#
- U - the function value 
See Also#
TS: Scalable ODE and DAE Solvers, TS, TSSetSolutionFunction(), TSSetRHSFunction(), TSComputeIFunction()
Level#
developer
Location#
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages