
Public Member Functions | |
| virtual void | smooth (const unsigned int level, VECTOR &u, const VECTOR &rhs) const |
| virtual void | clear () |
Smoother doing nothing. This class is not useful for many applications other than for testing some multigrid procedures. Also some applications might get convergence without smoothing and then this class brings you the cheapest possible multigrid.
Definition at line 175 of file mg_smoother.h.
| virtual void MGSmootherIdentity< VECTOR >::smooth | ( | const unsigned int | level, |
| VECTOR & | u, | ||
| const VECTOR & | rhs | ||
| ) | const [virtual] |
Implementation of the interface for Multigrid. This function does nothing, which by comparison with the definition of this function means that the the smoothing operator equals the null operator.
Implements MGSmootherBase< VECTOR >.
| virtual void MGSmootherIdentity< VECTOR >::clear | ( | ) | [virtual] |
Release matrices.
Implements MGSmootherBase< VECTOR >.
documentation generated on Fri Feb 3 2012 06:04:09 by
doxygen
1.7.2