GridSetBCContext
This sets the optional user context passed to all routines which assemble boundary reduction information. Must be called before GridSetUp().
Synopsis
#include "grid.h"
#include "gvec.h"
int GridSetBCContext(Grid grid, void *ctx)
Collective on Grid
Input Parameters
| grid | - The grid
|
| ctx | - The context
|
Keywords
grid, reduction, boundary conditions
See Also
GridGetBCContext(), 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
Examples
src/gsolver/examples/tutorials/poisson.c.html
src/gsolver/examples/tutorials/poisson2.c.html
src/gsolver/examples/tutorials/control.c.html
src/gsolver/examples/tutorials/stokes.c.html