#include <InhomoDirichletBC.H>
Inheritance diagram for InhomoDirichletBC:
Public Methods | |
InhomoDirichletBC () | |
Null constructor. | |
InhomoDirichletBC (int dir, Side::LoHiSide sd) | |
Simple constructor (sets Interval to (0,0). | |
InhomoDirichletBC (int dir, Side::LoHiSide sd, const Interval &a_comps) | |
Full constructor. | |
~InhomoDirichletBC () | |
Destructor. | |
void | setBCVal (const FArrayBox &a_BCVal) |
bc val should be the face-centered value, but in a cell-centered FAB | |
Friends | |
class | DomainGhostBC |
|
Null constructor.
|
|
Simple constructor (sets Interval to (0,0).
|
|
Full constructor.
|
|
Destructor.
|
|
bc val should be the face-centered value, but in a cell-centered FAB values in the bcVal fab should be the inhomogeneous BC values at the actual domain boundary. However, the actual FAB should be cell-centered, to overlie the ghost cells just outside the domain. |
|
Reimplemented from DirichletBC. |