TSIFunction#
A prototype of a TS
implicit function evaluation function that would be passed to `TSSetIFunction()
Synopsis#
#include <petscts.h>
PETSC_EXTERN_TYPEDEF typedef PetscErrorCode (*TSIFunction)(TS ts, PetscReal t, Vec U, Vec U_t, Vec F, void *ctx);
Calling Sequence#
See Also#
TS: Scalable ODE and DAE Solvers, TS
, TSSetIFunction()
, DMTSSetIFunction()
, TSIJacobian()
, TSRHSFunction()
, TSRHSJacobian()
Level#
beginner
Location#
Examples#
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages