#include "gvec.h" int GMatEvaluateOperatorGalerkin(GMat M, GVec x, int numFields, int *sFields, int *tFields, int op, PetscScalar alpha, MatAssemblyType type, void *ctx)Collective on GMat
M | - The grid matrix | |
x | - The argument vector | |
numFields | - The number of fields in sFields and tFields | |
sFields | - The shape function fields | |
tFields | - The test function fields | |
op | - The operator | |
alpha | - The scalar multiple for the operator | |
type | - The matrix assembly type | |
ctx | - [Optional] A user provided context for the function |
Level:intermediate
Location:src/gvec/interface/gmat.c
Index of all GVec routines
Table of Contents for all manual pages
Index of all manual pages