MeshGetPartition
Returns the Partition object for this Mesh.
Synopsis
#include "mesh.h"
int MeshGetPartition(Mesh mesh, Partition *part)
Not collective
Input Parameter
mesh -The mesh
Output Parameter
part -The partition
Keywords
Mesh, Partition, get
See Also
PartitionGetMesh()
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
Examples
src/gsolver/examples/tutorials/poisson.c.html
src/gsolver/examples/tutorials/poisson2.c.html
src/gsolver/examples/tutorials/control.c.html
src/gsolver/examples/tutorials/stokes.c.html