#include <NodeMaskNoOpSmoother.H>
Inheritance diagram for NodeMaskNoOpSmoother:
Public Methods | |
NodeMaskNoOpSmoother () | |
{\bf constructor and destructor} | |
virtual | ~NodeMaskNoOpSmoother () |
virtual NodeMaskBaseBottomSmoother * | new_bottomSmoother () const |
virtual void | doBottomSmooth (LevelData< NodeFArrayBox > &a_phi, const LevelData< NodeFArrayBox > &a_rhs, const BoxLayoutData< BaseFab< int > > &a_mask, NodeMaskLevelOp *a_levelop_ptr) |
{\bf data modification functions} |
The NodeMaskNoOpSmoother class implements the NoOp algorithm for NodeMaskLevelOp-derived classes
|
{\bf constructor and destructor} Default constructor. |
|
Destructor. |
|
{\bf data modification functions} Do nothing. Implements NodeMaskBaseBottomSmoother. |
|
this gets around the "no virtual constructor" rule Implements NodeMaskBaseBottomSmoother. |