GMatGetOrder

This function returns the orderings from a grid matrix.

Synopsis

#include "gvec.h" 
int GMatGetOrder(GMat m, VarOrdering *rowOrder, VarOrdering *colOrder)
Not collective

Input Parameter

m -The grid matrix

Output Parameters

rowOrder - The row (or test function) ordering
colOrder - The column (or shape function) ordering

Keywords

grid matrix, variable ordering, get

See Also

GMatGetGrid(), GVecGetOrder()

Level:intermediate
Location:
src/gvec/interface/gmat.c
Index of all GVec routines
Table of Contents for all manual pages
Index of all manual pages