TSSetI2Function#
Set the function to compute F(t,U,U_t,U_tt) where F = 0 is the DAE to be solved.
Synopsis#
#include "petscts.h"
PetscErrorCode TSSetI2Function(TS ts, Vec F, TSI2Function fun, void *ctx)
Logically Collective
Input Parameters#
Calling sequence of fun
#
See Also#
TS: Scalable ODE and DAE Solvers, TS
, TSSetI2Jacobian()
, TSSetIFunction()
, TSCreate()
, TSSetRHSFunction()
Level#
beginner
Location#
Examples#
src/ts/tutorials/ex43.c
src/ts/tutorials/ex44.c
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages