#include <dune/istl/paamg/galerkin.hh>
|
template<class G , class V , class Set > |
G::MutableMatrix * | build (G &fineGraph, V &visitedMap, const ParallelInformation &pinfo, AggregatesMap< typename G::VertexDescriptor > &aggregates, const typename G::Matrix::size_type &size, const Set ©) |
| Calculates the coarse matrix via a Galerkin product. More...
|
|
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. More...
|
|
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 ©) |
|
The documentation for this class was generated from the following file: