GTSRhsBC
This sets the boundary conditions registered with the grid on the Rhs vector, or zero boundary conditions for nonlinear systems.
Synopsis
#include "petscts.h"
#include "gsolver.h"
int GTSRhsBC(GTS ts, GVec rhs, void *ctx)
Collective on GTS
Input Parameters
ts -The TS context obtained from TSCreate()
ctx -The user-supplied context
Output Parameter
rhs -The Rhs
Keywords
grid ts, timestep, set, boundary conditions
See Also
GridSetBCContext(), GridSetBC(), GridAddBC()
Level:advanced
Location:src/gsolver/interface/gts.c
Index of all GSolver routines
Table of Contents for all manual pages
Index of all manual pages