GVecSetBoundaryDifference

Applies the specified Dirichlet boundary conditions to this vector, but uses the difference of the value in the given vector and the computed value.

Synopsis

#include "gvec.h" 
int GVecSetBoundaryDifference(GVec v, GVec u, void *ctx)

Input Parameter

v -The grid vector
u -A grid vector, usually the previous solution
ctx -An optional user provided context for the function

See Also

GridSetVecBoundaryDifference(), GridSetBC(), GridAddBC()

Level:intermediate
Location:
src/gvec/interface/gvec.c
Index of all GVec routines
Table of Contents for all manual pages
Index of all manual pages