Proto  3.2
Classes | Namespaces | Macros
Proto_BoundaryCondition.H File Reference
#include "Proto.H"
#include "implem/Proto_BoundaryConditionImplem.H"
Include dependency graph for Proto_BoundaryCondition.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

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...
 

Namespaces

 Proto
 

Macros

#define __PROTO_BOUNDARY_CONDITION__
 

Macro Definition Documentation

◆ __PROTO_BOUNDARY_CONDITION__

#define __PROTO_BOUNDARY_CONDITION__