
Public Member Functions | |
| virtual | ~MGCoarseGridBase () |
| virtual void | operator() (const unsigned int level, VECTOR &dst, const VECTOR &src) const =0 |
Base class for coarse grid solvers. This defines the virtual parenthesis operator, being the interface used by multigrid methods. Any implementation will be done by derived classes.
Definition at line 101 of file mg_base.h.
| virtual MGCoarseGridBase< VECTOR >::~MGCoarseGridBase | ( | ) | [virtual] |
Virtual destructor.
| virtual void MGCoarseGridBase< VECTOR >::operator() | ( | const unsigned int | level, |
| VECTOR & | dst, | ||
| const VECTOR & | src | ||
| ) | const [pure virtual] |
Solver method implemented by derived classes.
Implemented in MGCoarseGridLACIteration< SOLVER, VECTOR >, and MGCoarseGridHouseholder< number, VECTOR >.
documentation generated on Fri Feb 3 2012 06:04:09 by
doxygen
1.7.2