#include <PoissonBC.H>
Inheritance diagram for DirichletBC:


Public Methods | |
| DirichletBC () | |
| Null constructor. | |
| DirichletBC (int dir, Side::LoHiSide sd) | |
| Simple constructor (sets Interval to (0,0). | |
| DirichletBC (int dir, Side::LoHiSide sd, const Interval &a_comps) | |
| Full constructor. | |
| ~DirichletBC () | |
| Destructor. | |
| void | setInhomVal (Real a_inhomVal) |
Friends | |
| class | DomainGhostBC |
BoxGhostBC class implentation to enforce homogeneous dirchelet boundary conditions Recall that BoxGhostBC is a class to encapsulate the operations of ghost-cell boundary conditions at a face. If the solution is phi and the face normal direction is x, the boundary conditions usually used can be expressed as A*phi + B*dphi/dx = C. For homogeneous Dirichlet BCs, B=C=0, A= 1 These functions are only meant to be called by DomainGhostBC
|
|
Null constructor.
|
|
||||||||||||
|
Simple constructor (sets Interval to (0,0).
|
|
||||||||||||||||
|
Full constructor.
|
|
|
Destructor.
|
|
|
|
|
|
Reimplemented from BoxGhostBC. Reimplemented in InhomoDirichletBC. |
1.2.16