GMatEvaluateNewFields

Evaluates the weak form of the system operators over the new fields introduced by constraints. These fields are generally not discretized using the computational mesh.

Synopsis

#include "gvec.h" 
int GMatEvaluateNewFields(GMat M, int numFields, int *sFields, VarOrdering sOrder, LocalVarOrdering sLocOrder,
                          int *tFields, VarOrdering tOrder, LocalVarOrdering tLocOrder, PetscScalar alpha, MatAssemblyType type)
Collective on GMat

Input Parameters

M - The grid matrix
type - The matrix assembly type

Keywords

grid matrix, evaluate, new field

See Also

GMatEvaluateOperatorGalerkin()

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