#include <edgeGhostBC.H>
Inheritance diagram for NoOpBC:
Public Member Functions | |
NoOpBC () | |
NoOpBC (int a_dir, Side::LoHiSide a_sd) | |
NoOpBC (int a_dir, Side::LoHiSide a_sd, const Interval &a_comps) | |
virtual | ~NoOpBC () |
Protected Member Functions | |
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. |
|
Apply the homogeneous form of the boundary conditions to a_state along the boundary of a_domain. Reimplemented from BoxGhostBC. |
|
deprecated interface using Box instead of ProblemDomain
Reimplemented from BoxGhostBC. |
|
Apply the inhomogeneous form of the boundary conditions to a_state along the boundary of a_domain. Reimplemented from BoxGhostBC. |
|
Full define function Reimplemented from BoxGhostBC. |
|
sets interval to be (0,0)
Reimplemented from BoxGhostBC. |
|
Deprecated function -- use ProplemDomain version instead Implements BoxGhostBC. |
|
Pure-virtual Worker function to fill arrays which define the boundary condition. Essentially, if the boundary condition is represented as A*phi + B*dphi/dn = C, then a_dircfac is A, a_neumfac is B, and a_inhmval is C. Implements BoxGhostBC. |
|
virtual constructor workaround
Implements BoxGhostBC. |