VarOrderingConstrain

This function constrains a previous variable ordering using the constraints already defined in the grid.

Synopsis

#include "grid.h" 
int VarOrderingConstrain(Grid grid, VarOrdering oldOrder, VarOrdering *order)
Collective on VarOrdering

Input Parameters

grid - The underlying grid for the ordering
oldOrder - The original ordering

Output Parameter

order -The constrained ordering

Keywords

variable ordering, finite element

See Also

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