#include "petscts.h" PetscErrorCode TSGetRHSFunction(TS ts,Vec *r,TSRHSFunction *func,void **ctx)Not Collective
r | - vector to hold computed right hand side (or NULL) | |
func | - the function to compute right hand side (or NULL) | |
ctx | - the function context (or NULL) |
Level:advanced
Location:src/ts/interface/ts.c
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages