PartitionGetTotalEdges
Gets the number of edges in the mesh.
Synopsis
#include "mesh.h"
int PartitionGetTotalEdges(Partition part, int *size)
Not collective
Input Parameter
part -The partition
Output Parameter
size -The number of edges in the mesh
Keywords
partition, edge
See Also
PartitionGetStartEdge(), PartitionGetEndEdge(), PartitionGetTotalElements()
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
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