GridCalcGeneralElementVecIndices

This function calculates the row and column indices for a particular element using alternate variable orderings.

Synopsis

#include "grid.h" 
int GridCalcGeneralElementVecIndices(Grid grid, int elem, VarOrdering order, VarOrdering reductionOrder,
                                     PetscTruth useLocal, ElementVec vec)
Not collective

Input Parameters

grid - The Grid
elem - The element
order - The global variable ordering
reductionOrder - The ordering on the reduction space, or PETSC_NULL for the default
useLocal - The flag for local numbering of ghost nodes

Output Parameter

vec -The element vector

Keywords

element vector, index, general

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