GridGetBoundarySize

Retrieves the size of the specified boundary for a given field.

Synopsis

#include "grid.h" 
#include "gvec.h" 
int GridGetBoundarySize(Grid grid, int bd, int field, int *size)
Not collective

Input Parameters

grid - The grid
bd - The boundary marker
field - The field

Output Parameter

size -The size of the boundary

Keywords

grid, boundary, size

See Also

GridGetBoundaryNext(), GridGetBoundaryStart()

Level:intermediate
Location:
src/grid/interface/grid.c
Index of all Grid routines
Table of Contents for all manual pages
Index of all manual pages