GridSetPointBC

his function sets the boundary condition to use for the problem at a point.

Synopsis

#include "grid.h" 
#include "gvec.h" 
int GridSetPointBC(Grid grid, double x, double y, double z, int field, PointFunction f, PetscTruth reduce)
Collective on Grid

Input Parameters

grid - The grid
x,y,z - The point at which conditions are applied
field - The field to which the boundary condition is applied
f - The function which defines the boundary condition
reduce - The flag for explicit reduction of the system

Keywords

active field

See Also

GridAddBC, GridAddMatOperator, GridAddRhsOperator, GridSetRhsFunction

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