LocalVarOrderingCreate

his function creates a local variable ordering for a finite element calculation.

Synopsis

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

Input Parameter

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

Output Parameter

order -The ordering

Keywords

variable ordering, finite element

See Also

LocalVarOrderingDestroy

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