GTSSolutionBC

This sets the boundary conditions registered with the grid on the solution vector.

Synopsis

#include "petscts.h" 
#include "gsolver.h" 
int GTSSolutionBC(GTS ts, GVec sol, void *ctx)
Collective on GTS

Input Parameters

ts -The TS context obtained from TSCreate()
ctx -The user-supplied context

Output Parameter

sol -The solution

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