MeshGetMidnodeFromEdge

This function retrieves the local node number of the midnode from the local edge number.

Synopsis

#include "mesh.h" 
int MeshGetMidnodeFromEdge(Mesh mesh, int edge, int *midnode)
Not collective

Input Parameters

mesh - The mesh
edge - The edge

Output Parameter

midnode -The local node number of the midnode

Keywords

mesh, midnode, edge

See Also

MeshGetNodeFromElement(), MeshGetNodeCoords()

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