GridCalcBCValuesDifference
This function calculates the difference of the last two sets of boundary values and puts it in an internal vector. This is is normally used to implement the Rhs time derivative in a GTS.
Synopsis
#include "grid.h"
#include "gvec.h"
int GridCalcBCValuesDifference(Grid grid)
Collective on Grid
Input Parameter
grid -The grid
Keywords
grid, reduction, boundary conditions
See Also
GridSetBCContext(), GridSetBC(), GridAddBC()
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