- Home
- About DUNE
- Download
- Documentation
- Community
- Development
#include <dune/istl/paamg/galerkin.hh>
Public Member Functions | |
template<class M , class V , class I , class O > | |
void | calculate (const M &fine, const AggregatesMap< V > &aggregates, M &coarse, const I &pinfo, const O ©) |
Calculate the galerkin product. | |
template<class M , class V , class P , class O > | |
void | calculate (const M &fine, const AggregatesMap< V > &aggregates, M &coarse, const P &pinfo, const O ©) |
void Dune::Amg::BaseGalerkinProduct::calculate | ( | const M & | fine, | |
const AggregatesMap< V > & | aggregates, | |||
M & | coarse, | |||
const I & | pinfo, | |||
const O & | copy | |||
) |
Calculate the galerkin product.
fine | The fine matrix. | |
aggregates | The aggregate mapping. | |
coarse | The coarse Matrix. | |
pinfo | Parallel information about the fine level. | |
copy | The attribute set identifying the copy nodes of the graph. |
Referenced by Dune::Amg::MatrixHierarchy< M, PI, A >::build(), and Dune::Amg::MatrixHierarchy< M, PI, A >::recalculateGalerkin().
Generated on Fri Apr 29 2011 with Doxygen (ver 1.7.1) [doxygen-log,error-log].