GVecEvaluateFunction

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

Synopsis

int GVecEvaluateFunction(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

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