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, TSIFunctionFn *f, void *ctx)
Logically Collective
Input Parameters#
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
, TSIFunctionFn
, TSSetRHSJacobian()
, TSSetRHSFunction()
,
TSSetIJacobian()
Level#
beginner
Location#
Examples#
src/ts/utils/dmplexlandau/tutorials/ex1.c
src/ts/tutorials/ex34.c
src/ts/utils/dmplexlandau/tutorials/ex1f90.F90
src/ts/tutorials/ex40.c
src/ts/tutorials/ex20opt_ic.c
src/ts/tutorials/ex3.c
src/ts/tutorials/ex17.c
src/ts/tutorials/ex22.c
src/ts/utils/dmplexlandau/tutorials/ex2.c
src/ts/tutorials/ex20adj.c
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages