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