petsc-3.14.6 2021-03-30
TSComputeForcingFunction
Evaluates the forcing function.
Synopsis
#include "petscts.h"
PetscErrorCode TSComputeForcingFunction(TS ts,PetscReal t,Vec U)
Collective on TS
Input Parameters
| ts | - the TS context
|
| t | - current time
|
Output Parameter
Note
Most users should not need to explicitly call this routine, as it
is used internally within the nonlinear solvers.
See Also
TSSetSolutionFunction(), TSSetRHSFunction(), TSComputeIFunction()
Level
developer
Location
src/ts/interface/ts.c
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages