GTSEvaluateRhs

Constructs the Rhs vector for U_t = F(U, t).

Synopsis

#include "petscts.h" 
#include "gsolver.h" 
int GTSEvaluateRhs(GTS ts, double t, GVec x, GVec f, PetscObject ctx)
Collective on GTS

Input Parameters

ts -The grid TS
x -The current iterate
ctx -The optional user context

Output Parameter

f -The function value

Keywords

grid ts, rhs

See Also

GSNESEvaluateRhs()

Level:advanced
Location:
src/gsolver/interface/gts.c
Index of all GSolver routines
Table of Contents for all manual pages
Index of all manual pages