GridSetVecBoundaryRectangular

his function sets Dirchlet boundary conditions on the linear Rhs arising from the underlying grid, and the default variable ordering can be overridden.

Synopsis

#include "grid.h" 
#include "gvec.h" 
int GridSetVecBoundaryRectangular(int num, int *bd, int *field, PointFunction *f, VarOrdering order, GVec b, void *ctx)
Collective on GVec

Input Parameters

num - The number of boundary conditions
bd - The markers for each boundary to apply conditions along
field - The fields to which the conditions apply
f - The functions which define the boundary conditions
order - The test variable ordering
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