#include <HOExtrapBC.H>
Inheritance diagram for HOExtrapBC:


Public Methods | |
| HOExtrapBC () | |
| ~HOExtrapBC () | |
| HOExtrapBC (int dir, Side::LoHiSide sd, const Interval &a_comps) | |
| HOExtrapBC (int dir, Side::LoHiSide sd) | |
Protected Methods | |
| 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 | applyHOExtrapBCs (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 ProblemDomain &a_domain) const |
| this doesn't do anything since we don't use the factors | |
| 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 | applyHOExtrapBCs (FArrayBox &a_state, const Box &a_domain, Real a_dx) const |
| deprecated interface | |
| virtual void | fillBCValues (FArrayBox &a_neumfac, FArrayBox &a_dircfac, FArrayBox &a_inhmval, Real a_dx, const Box &a_domain) const |
| this doesn't do anything since we don't use the factors | |
| BoxGhostBC * | new_boxghostbc () const |
Friends | |
| class | DomainGhostBC |
|
|
|
|
|
|
|
||||||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||||||
|
deprecated interface
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
deprecated interface
Reimplemented from BoxGhostBC. |
|
||||||||||||||||
|
Apply the homogeneous form of the boundary conditions to a_state along the boundary of a_domain. Reimplemented from BoxGhostBC. |
|
||||||||||||||||
|
deprecated interface
Reimplemented from BoxGhostBC. |
|
||||||||||||||||
|
Apply the inhomogeneous form of the boundary conditions to a_state along the boundary of a_domain. Reimplemented from BoxGhostBC. |
|
||||||||||||||||||||||||
|
this doesn't do anything since we don't use the factors
Implements BoxGhostBC. |
|
||||||||||||||||||||||||
|
this doesn't do anything since we don't use the factors
Implements BoxGhostBC. |
|
|
Virtual constructor workaround. Implements BoxGhostBC. |
|
|
Reimplemented from BoxGhostBC. |
1.2.16