Public Member Functions | |
virtual void | smooth (const unsigned int level, VECTOR &u, const VECTOR &rhs) const |
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 >.