#include "petscts.h" PetscErrorCode TSComputeRHSFunction(TS ts,PetscReal t,Vec x,Vec y)Collective on TS and Vec
ts | - the TS context | |
t | - current time | |
x | - state vector |
If the user did not provide a function but merely a matrix, this routine applies the matrix.
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