GridProjectInterpolationElementVec

This function calculates the global row and column indices for a particular element using alternate variable orderings, in the space constrained variables, and uses the previous numbering constructs for interpolation.

Synopsis

#include "grid.h" 
int GridProjectInterpolationElementVec(Grid grid, Mesh mesh, int elem, VarOrdering order, PetscTruth constrain, ElementVec vec)
Not collective

Input Parameters

grid - The Grid
mesh - The mesh
elem - The element
order - The global variable ordering
constrain - The flag for constraining (applying P^T), or unconstraining (applying P)

Output Parameter

vec -The element vector

Keywords

element vector, constraint, projection

See Also

ElementVecSetValues()

Level:advanced
Location:
src/grid/interface/elemvec.c
Index of all Grid routines
Table of Contents for all manual pages
Index of all manual pages