#include <GenNoOpSmoother.H>
Inheritance diagram for GenNoOpSmoother< T >:
Public Methods | |
GenNoOpSmoother () | |
default constructor | |
virtual | ~GenNoOpSmoother () |
default destructor | |
virtual GenNoOpSmoother< T > * | newBottomSmoother () const |
virtual void | doBottomSmooth (T &a_phi, const T &a_rhs, GenSolverOp< T > *a_levelopPtr) |
do (no) smoothing |
The GenNoOpSmoother class is a bottom smoother for GenSolverOp-derived classes which does nothing
|
default constructor
|
|
default destructor
|
|
do (no) smoothing true to its name, this class does nothing in this function Implements GenBaseBottomSmoother< T >. |
|
this gets around the "no virtual constructor" rule Implements GenBaseBottomSmoother< T >. |