GridLocalToElement
Scatters values including ghost variables from the local grid ghost vector into the given element vector.
Synopsis
#include "grid.h"
#include "gvec.h"
int GridLocalToElement(Grid grid, ElementVec vec)
Not collective
Input Parameters
| grid | - The grid
|
| vec | - The element vector
|
WARNING
Make sure that the indices in the element vector are local indices.
Keywords
grid, element, scatter
See Also
GridLocalToElementGeneral(), GridGlobalToLocal()
Level:advanced
Location:src/grid/interface/grid.c
Index of all Grid routines
Table of Contents for all manual pages
Index of all manual pages