GVecEvaluateNonlinearOperatorGalerkin

Evaluates the weak form of a nonlinear operator over a field on the locations defined by the underlying grid and its discretization.

Synopsis

#include "gvec.h" 
int GVecEvaluateNonlinearOperatorGalerkin(GVec v, int n, GVec vecs[], int numFields, int *fields, NonlinearOperator op,
                                          PetscScalar alpha, PetscTruth isALE, void *ctx)
Collective on GVec

Input Parameter

v -The grid vector
n -The number of input vectors
vecs -The input vectors
numFields -The number of fields to evaluate
fields -The fields
op -The nonlinear operator
alpha -The scalar multiplier
isALE -The flag for ALE operators
ctx -[Optional] A user provided context for the function

Keywords

grid vector, nonlinear, operator, galerkin

See Also

GVecEvaluateFunctionGalerkin()

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