#include "grid.h" #include "gvec.h" int GridEvaluateRhsOperator(Grid grid, GVec x, GVec f, PetscTruth linear, PetscTruth nonlinear, void *ctx)Collective on Grid
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 |
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