GTSSolutionBCforGSNES

This functions allows a GSNES imbedded in a GTS to correctly set time dependent boundary conditions on the initial solution at each time step.

Synopsis

#include "petscts.h" 
#include "gsolver.h" 
int GTSSolutionBCforGSNES(GSNES snes, 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