#include "Proto.H"
#include "implem/Proto_BoundaryConditionImplem.H"
Go to the source code of this file.
|
struct | Proto::BCStencil< T > |
| A variation of Stencil used for applying boundary conditions. Consider the diagram below. BCStencil is designed to extrapolate the value of a ghost cell (A) using interior data (C) in addition to an edge centered value on the boundary (B). Note that a different MBStencil is needed to fill ghost cells at different distances from the boundary. The updated value (A) may have different units than the source values (B, C, D, ...); for example, A might be a flux while the source values have units of the associated state. The diagram below corresponds to the case where a ghost cell in the second layer of a low-face is being filled. More...
|
|
class | Proto::BoundaryCondition |
| Library of utility functions for assisiting in the application of boundary conditions. More...
|
|
◆ __PROTO_BOUNDARY_CONDITION__
#define __PROTO_BOUNDARY_CONDITION__ |