VarOrderingCreateGeneral

This function creates a global variable ordering on the specified fields.

Synopsis

#include "grid.h" 
int VarOrderingCreateGeneral(Grid grid, int numFields, int *fields, VarOrdering *order)
Collective on Grid

Input Parameters

grid - The underlying grid for the ordering
numFields - The number of fields
fields - The fields

Output Parameter

order -The ordering

Keywords

variable ordering, create, constraint

See Also

VarOrderingCreate(), VarOrderingDestroy()

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