PartitionGetEdgeOrdering
This function gets the AO which was used to reorder the mesh edges during partitioning.
Synopsis
#include "mesh.h"
int PartitionGetEdgeOrdering(Partition part, AO *order)
Not collective
Input Parameter
part -The partition
Output Parameter
order -The edge ordering, or PETSC_NULL if none exists
Keywords
Partition, edge, 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