PartitionGetFaceOrdering

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

Synopsis

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

Input Parameter

part -The partition

Output Parameter

order -The face ordering, or PETSC_NULL if none exists

Keywords

Partition, face, 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