GridCalcInterpolationElementVecIndices
This function calculates the local row indices for a particular element using values of the previous mesh and ordering.
Synopsis
#include "grid.h"
int GridCalcInterpolationElementVecIndices(Grid grid, Mesh mesh, int elem, VarOrdering order, ElementVec vec)
Not collective
Input Parameters
| grid | - The Grid
|
| mesh | - The old mesh
|
| elem | - The element
|
| order | - The new global variable ordering
|
Output Parameter
vec -The element vector
Keywords
element vector, index, interpolation
See Also
GridCalcElementVecIndices(), GridCalcLocalElementVecIndices(), GridCalcBoundaryElementVecIndices(),
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