GVecEvaluateOperatorGalerkin
Evaluates the weak form of an operator over a field on the locations defined by the underlying grid and its discretization.
Synopsis
#include "gvec.h"
int GVecEvaluateOperatorGalerkin(GVec v, GVec x, GVec y, int sField, int tField, int op, PetscScalar alpha, void *ctx)
Input Parameter
v -The grid vector
x,y -The input grid vectors, usually the previous solution
sField -The shape function field
tField -The test function field
op -The operator
alpha -A scalar multiplier
ctx -An optional user provided context for the function
See Also
GVecEvaluateFunction,GMatEvaluateFunctionGalerkin
Level:intermediate
Location:src/gvec/interface/gvec.c
Index of all GVec routines
Table of Contents for all manual pages
Index of all manual pages