#include <viscousBC.H>
Inheritance diagram for viscousBC:
Public Methods | |
viscousBC () | |
constructor | |
~viscousBC () | |
virtual void | applyBCs (LevelData< FArrayBox > &a_viscousTerm, const ProblemDomain &a_domain, const Real a_dx) const |
apply BC's | |
virtual void | applyBCs (FArrayBox &a_state, const ProblemDomain &a_domain, const Real a_dx) const |
virtual void | applyBCs (FArrayBox &a_state, const ProblemDomain &a_domain, const Real a_dx, int a_comp) const |
THIS HAS NOT BEEN IMPLEMENTED! | |
virtual void | applyBCs (LevelData< FArrayBox > &a_viscousTerm, const Box &a_domain, const Real a_dx) const |
apply BC's | |
virtual void | applyBCs (FArrayBox &a_state, const Box &a_domain, const Real a_dx) const |
old interface using Box instead of ProblemDomain | |
virtual void | applyBCs (FArrayBox &a_state, const Box &a_domain, const Real a_dx, int a_comp) const |
THIS HAS NOT BEEN IMPLEMENTED! |
since this class just does 0th-order extrapolation for all kinds of boundaries at the moment, it's a pretty simple class
|
constructor
|
|
|
|
THIS HAS NOT BEEN IMPLEMENTED!
Reimplemented from basicVelBC. |
|
old interface using Box instead of ProblemDomain
Reimplemented from basicVelBC. |
|
apply BC's
Reimplemented from basicVelBC. |
|
THIS HAS NOT BEEN IMPLEMENTED!
Reimplemented from basicVelBC. |
|
Reimplemented from basicVelBC. |
|
apply BC's
Reimplemented from basicVelBC. |