|
| | AdvectTestIBC (const RealVect &a_center, const Real &a_size) |
| |
| | ~AdvectTestIBC () |
| | Destructor. More...
|
| |
| PhysIBC * | new_physIBC () |
| | Factory method - this object is its own factory. More...
|
| |
| void | primBC (FArrayBox &a_F, const FArrayBox &a_W, const FArrayBox &a_Wextrap, const int &a_dir, const Side::LoHiSide &a_side, const Real &a_time) |
| | Set boundary fluxes. More...
|
| |
| void | setBdrySlopes (FArrayBox &a_dW, const FArrayBox &a_W, const int &a_dir, const Real &a_time) |
| | one sided is OK by me More...
|
| |
| void | artViscBC (FArrayBox &a_F, const FArrayBox &a_U, const FArrayBox &a_divVel, const int &a_dir, const Real &a_time) |
| | does not apply here More...
|
| |
| void | initialize (LevelData< FArrayBox > &a_U) |
| | Set up initial conditions. More...
|
| |
| | PhysIBC () |
| | Constructor. More...
|
| |
| virtual | ~PhysIBC () |
| | Destructor. More...
|
| |
| virtual void | define (const ProblemDomain &a_domain, const Real &a_dx) |
| | Define the object. More...
|
| |
| virtual void | getBoundaryFaces (Box &a_boundaryBox, const Box &a_dataFaceBox, const int &a_dir, const Side::LoHiSide &a_side) |
| | This function is called by primBC() to get boundary faces of a Box. More...
|
| |
Example IBC for advection-diffusion problem.