GridSetVecPointBoundary

his function sets Dirchlet boundary conditions on the linear Rhs arising from the underlying grid.

Synopsis

#include "grid.h" 
#include "gvec.h" 
int GridSetVecPointBoundary(int node, int field, PointFunction f, GVec b, void *ctx)
Collective on GVec

Input Parameters

node - The constrained node
field - The field to which the conditions apply
f - The function which defines the boundary condition
ctx - The user-supplied context

Output Parameter

b -The Rhs vector

Keywords

boundary conditions, finite element

See Also

MeshGetBoundaryStart

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