MeshGetBoundaryIndex

Returns the index of the specified boundary.

Synopsis

#include "mesh.h" 
int MeshGetBoundaryIndex(Mesh mesh, int boundary, int *index)
Not collective

Input Parameters

mesh - The mesh
boundary - The boundary marker

Output Parameter

index -The index of the boundary

Keywords

mesh, boundary

See Also

MeshGetBoundarySize()

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