MeshGetNodeOrdering

This function gets the AO which was used to reorder the mesh nodes before partitioning. This is sometimes used to bandwdith reduce the mesh graph.

Synopsis

#include "mesh.h" 
int MeshGetNodeOrdering(Mesh mesh, AO *order)
Not collective

Input Parameter

mesh -The mesh

Output Parameter

order -The node ordering, or PETSC_NULL if none exists

Keywords

Mesh, node, ordering, AO

See Also

PartitionGetNodeOrdering()

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