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


Public Methods | |
| NoOpSmoother () | |
| constructor, destructor default constructor | |
| virtual | ~NoOpSmoother () |
| destructor | |
| virtual BaseBottomSmoother * | new_bottomSmoother () const |
| virtual void | doBottomSmooth (LevelData< FArrayBox > &a_phi, const LevelData< FArrayBox > &a_rhs, LevelOp *a_levelop_ptr) |
| do (no) smoothing | |
The NoOpSmoother class is a bottom smoother for LevelOp-derived classes which does nothing
|
|
constructor, destructor default constructor
|
|
|
destructor
|
|
||||||||||||||||
|
do (no) smoothing true to its name, this class does nothing in this functino Implements BaseBottomSmoother. |
|
|
this gets around the "no virtual constructor" rule Implements BaseBottomSmoother. |
1.2.16