#include "grid.h" #include "gvec.h" int GridSetBoundaryRectangular(int bd, int field, PetscScalar diag, PointFunction f, VarOrdering order, GMat A, GVec b, void *ctx)Collective on Grid
bd | - The marker for the boundary to apply conditions along | |
field | - The field to which the conditions apply | |
diag | - The scalar to be placed on the diagonal | |
f | - The function which defines the boundary condition | |
order | - The test variable ordering | |
ctx | - The user-supplied context |
A | - The system matrix | |
b | - The Rhs vector |
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