MeshGetActiveBoundary

Retrieves the boundary marker for the boundary last iterated over, or -1 if no iteration has taken place.

Synopsis

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

Input Parameter

mesh -The mesh

Output Parameter

boundary -The boundary marker

Keywords

grid, boundary, iterator

See Also

GridGetBoundaryNext(), MeshGetBoundaryStart()

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