PartitionGetElementOrdering

This function gets the AO which was used to reorder the mesh elements during partitioning.

Synopsis

#include "mesh.h" 
int PartitionGetElementOrdering(Partition part, AO *order)
Not collective

Input Parameter

part -The partition

Output Parameter

order -The element ordering, or PETSC_NULL if none exists

Keywords

Partition, element, ordering, AO

See Also

MeshGetNodeOrdering()

Level:intermediate
Location:
src/mesh/interface/partQuery.c
Index of all Mesh routines
Table of Contents for all manual pages
Index of all manual pages