#include <edgeGhostBC.H>
Inheritance diagram for NoOpBC:
Public Methods | |
NoOpBC () | |
NoOpBC (int a_dir, Side::LoHiSide a_sd) | |
NoOpBC (int a_dir, Side::LoHiSide a_sd, const Interval &a_comps) | |
virtual | ~NoOpBC () |
Protected Methods | |
virtual BoxGhostBC * | new_boxghostbc () const |
virtual constructor workaround | |
void | define (int a_dir, Side::LoHiSide a_sd) |
sets interval to be (0,0) | |
void | define (int a_dir, Side::LoHiSide a_sd, const Interval &a_comps) |
virtual void | applyInhomogeneousBCs (FArrayBox &a_state, const ProblemDomain &a_domain, Real a_dx) const |
virtual void | applyInhomogeneousBCs (FArrayBox &a_state, const Box &a_domain, Real a_dx) const |
deprecated interface using Box instead of ProblemDomain | |
virtual void | applyHomogeneousBCs (FArrayBox &a_state, const ProblemDomain &a_domain, Real a_dx) const |
virtual void | applyHomogeneousBCs (FArrayBox &a_state, const Box &a_domain, Real a_dx) const |
deprecated interface using Box instead of ProblemDomain | |
virtual void | fillBCValues (FArrayBox &a_neumfac, FArrayBox &a_dircfac, FArrayBox &a_inhmval, Real a_dx, const ProblemDomain &a_domain) const |
virtual void | fillBCValues (FArrayBox &a_neumfac, FArrayBox &a_dircfac, FArrayBox &a_inhmval, Real a_dx, const Box &a_domain) const |
This class functions as a placeholder -- if you don't want to change the values on this edge, but it's a physical boundary, it's the clas you want!
|
|
|
|
|
|
|
|
|
deprecated interface using Box instead of ProblemDomain
Reimplemented from BoxGhostBC. |
|
Reimplemented from BoxGhostBC. |
|
deprecated interface using Box instead of ProblemDomain
Reimplemented from BoxGhostBC. |
|
Reimplemented from BoxGhostBC. |
|
Reimplemented from BoxGhostBC. |
|
sets interval to be (0,0)
Reimplemented from BoxGhostBC. |
|
Implements BoxGhostBC. |
|
Implements BoxGhostBC. |
|
virtual constructor workaround
Implements BoxGhostBC. |