Dune::Amg::BaseGalerkinProduct Class Reference
[Parallel Algebraic Multigrid]

#include <dune/istl/paamg/galerkin.hh>

Inheritance diagram for Dune::Amg::BaseGalerkinProduct:
Inheritance graph

List of all members.

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 &copy)
 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 &copy)

Member Function Documentation

template<class M , class V , class I , class 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.

Parameters:
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().


The documentation for this class was generated from the following file:

Generated on Fri Apr 29 2011 with Doxygen (ver 1.7.1) [doxygen-log,error-log].