GridCalcBCValues

This function calculates the boundary values. It is normally called once a timestep when using time dependent boundary conditions.

Synopsis

#include "grid.h" 
#include "gvec.h" 
int GridCalcBCValues(Grid grid, PetscTruth save, void *ctx)
Collective on Grid

Input Parameters

grid - The grid
save - A flag used to store old values, usually for timestepping
ctx - The context

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