#include <smoother.hh>
The goal of this class is to get a symmetric AMG method whenever possible.
The specializations for SOR and SeqOverlappingSchwarz in MultiplicativeSchwarzMode will apply the smoother forward when pre and backward when post smoothing.
Static Public Member Functions | |
static void | preSmooth (Smoother &smoother, Domain &v, const Range &d) |
apply pre smoothing in forward direction | |
static void | postSmooth (Smoother &smoother, Domain &v, const Range &d) |
apply post smoothing in forward direction |