GridEvaluateRhsFunction

his function constructs the weak form of the functions specified with GridSetRhsFunction().

Synopsis

#include "grid.h" 
#include "gvec.h" 
int GridEvaluateRhsFunction(Grid grid, GVec x, GVec f, void *ctx)
Collective on Grid

Input Parameters

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

Output Parameter

f -The function value

Keywords

grid, rhs, function

See Also

GridEvaluateRhsOperator(), GridEvaluateRhs(), GridEvaluateSystemMatrix()

Level:beginner
Location:
src/grid/interface/grid.c
Index of all Grid routines
Table of Contents for all manual pages
Index of all manual pages