GridGetOrder

This function returns the default ordering for the grid.

Synopsis

#include "grid.h" 
#include "gvec.h" 
int GridGetOrder(Grid grid, VarOrdering *order)
Not collective

Input Parameter

grid -The grid

Output Parameter

order -The default variable ordering

Keywords

Grid, get, order

See Also

GridGetLocalOrder(), VarOrderingCreate()

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