TSSetIFunction#
Set the function to compute F(t,U,U_t) where F() = 0 is the DAE to be solved.
Synopsis#
#include "petscts.h"
PetscErrorCode TSSetIFunction(TS ts, Vec r, TSIFunction f, void *ctx)
Logically Collective
Input Parameters#
Calling sequence of f
#
Note#
The user MUST call either this routine or TSSetRHSFunction()
to define the ODE. When solving DAEs you must use this function.
See Also#
TS: Scalable ODE and DAE Solvers, TS
, TSSetRHSJacobian()
, TSSetRHSFunction()
, TSSetIJacobian()
Level#
beginner
Location#
Examples#
src/ts/tutorials/ex10.c
src/ts/tutorials/ex14.c
src/ts/tutorials/ex15.c
src/ts/tutorials/ex16.c
src/ts/tutorials/ex17.c
src/ts/tutorials/ex19.c
src/ts/tutorials/ex20.c
src/ts/tutorials/ex20adj.c
src/ts/tutorials/ex20fwd.c
src/ts/tutorials/ex20opt_ic.c
src/ts/tutorials/ex20opt_p.c
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages