GridGetBCContext
This gets the optional user context passed to all routines which assemble boundary reduction information.
Synopsis
#include "grid.h"
#include "gvec.h"
int GridGetBCContext(Grid grid, void **ctx)
Not collective
Input Parameter
grid -The grid
Output parameter
ctx -The context
Keywords
grid, reduction, boundary conditions
See Also
GridSetBCContext(), GridSetBC(), GridAddBC()
Level:intermediate
Location:src/grid/interface/gridBC.c
Index of all Grid routines
Table of Contents for all manual pages
Index of all manual pages