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