VarOrderingCompatible

This function determines whether the two orderings are shape compatible.

Synopsis

#include "grid.h" 
int VarOrderingCompatible(VarOrdering order, VarOrdering anOrder, PetscTruth *compatible)
Collective on VarOrdering

Input Parameters

order - The variable ordering
anOrder - Another ordering

Output Parameter

compatible -The compatibility flag

Keywords

variable ordering, compatible

See Also

VarOrderingGetLocalSize()

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