#include "petscts.h" PetscErrorCode TSComputeI2Function(TS ts,PetscReal t,Vec U,Vec V,Vec A,Vec F)Collective on TS and Vec
ts | - the TS context | |
t | - current time | |
U | - state vector | |
V | - time derivative of state vector (U_t) | |
A | - second time derivative of state vector (U_tt) |
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