GVecEvaluateFunctionGalerkin

Evaluates a function on the locations defined by the underlying grid and its discretization.

Synopsis

int GVecEvaluateFunctionGalerkin(GVec v,PointFunction f,void* ctx)
Collective on GVec

Input Parameter

v - the grid vector
f - the user provided function
ctx - optional user provided context for the function

Examples

src/gvec/examples/tutorials/ex1.c
src/gvec/examples/tutorials/ex2.c
src/gvec/examples/tutorials/ex3.c
src/gvec/examples/tutorials/ex4.c
src/gvec/examples/tutorials/ex5.c
src/gvec/examples/tutorials/ex6.c
src/gvec/examples/tutorials/ex11.c

Location: src/gvec/interface/gvec.c
Discrete Function Index
Table of Contents