#include <ExtrapBC.H>
Inheritance diagram for ExtrapBC:
Public Methods | |
~ExtrapBC () | |
ExtrapBC () | |
ExtrapBC (int dir, Side::LoHiSide sd) | |
ExtrapBC (int dir, Side::LoHiSide sd, const Interval &a_comps) | |
Protected Methods | |
virtual void | fillBCValues (FArrayBox &a_neumfac, FArrayBox &a_dircfac, FArrayBox &a_inhmval, Real a_dx, const ProblemDomain &a_domain) const |
virtual void | applyHomogeneousBCs (FArrayBox &a_state, const ProblemDomain &a_domain, Real a_dx) const |
virtual void | applyInhomogeneousBCs (FArrayBox &a_state, const ProblemDomain &a_domain, Real a_dx) const |
virtual void | applyExtrapBCs (FArrayBox &a_state, const ProblemDomain &a_domain, Real a_dx) const |
virtual void | fillBCValues (FArrayBox &a_neumfac, FArrayBox &a_dircfac, FArrayBox &a_inhmval, Real a_dx, const Box &a_domain) const |
deprecated interface | |
virtual void | applyHomogeneousBCs (FArrayBox &a_state, const Box &a_domain, Real a_dx) const |
deprecated interface | |
virtual void | applyInhomogeneousBCs (FArrayBox &a_state, const Box &a_domain, Real a_dx) const |
deprecated interface | |
virtual void | applyExtrapBCs (FArrayBox &a_state, const Box &a_domain, Real a_dx) const |
deprecated interface | |
BoxGhostBC * | new_boxghostbc () const |
virtual constructor workaround. | |
Friends | |
class | DomainGhostBC |
BoxGhostBC class implentation to enforce homogeneous neumann 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 Neumann BCs, A=C=0, B= 1 These functions are only meant to be called by DomainGhostBC
|
|
|
|
|
|
|
|
|
deprecated interface
|
|
|
|
deprecated interface
Reimplemented from BoxGhostBC. |
|
Reimplemented from BoxGhostBC. |
|
deprecated interface
Reimplemented from BoxGhostBC. |
|
Reimplemented from BoxGhostBC. |
|
deprecated interface
Implements BoxGhostBC. |
|
Implements BoxGhostBC. |
|
virtual constructor workaround.
Implements BoxGhostBC. |
|
Reimplemented from BoxGhostBC. |