GVecEvaluateJacobian

Evaluates the action of the system matrix over the active fields on the locations defined by the underlying grid and its discretization.

Synopsis

#include "gvec.h" 
int GVecEvaluateJacobian(GVec v, GVec x, GVec y, void *ctx)

Input Parameters

x - The argument vector to the Jacobian
y - The vector to which the Jacobian is applied
ctx - An optional user provided context for the function

Output Parameter

v -The result vector J(x) y

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