GridGetBoundaryStart

Retrieves the canonical node number of the first node on the specified boundary in a class contained in a given field.

Synopsis

#include "grid.h" 
#include "gvec.h" 
int GridGetBoundaryStart(Grid grid, int bd, int field, PetscTruth ghost, int *node, int *nclass)
Not collective

Input Parameters

grid - The grid
bd - The boundary marker
field - The field
ghost - Flag for including ghost nodes

Output Parameters

node - The canonical node number
nclass - The node class

Keywords

grid, boundary, start

See Also

GridGetBoundaryNext(), MeshGetBoundaryStart

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