GridEvaluateRhsOperator

his function constructs the weak form of the operators specified with GridSetRhsOperator().

Synopsis

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

Input Parameters

grid - The grid
x - The current iterate
linear - The flag for including linear operators
nonlinear - The flag for including nonlinear operators
ctx - The optional user context

Output Parameter

f -The operator value

Keywords

grid, rhs, operator

See Also

GridEvaluateRhsFunction(), 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