dune-istl  2.4.1
Classes | Namespaces

Provides a class for building the galerkin product based on a aggregation scheme. More...

#include "aggregates.hh"
#include "pinfo.hh"
#include <dune/common/poolallocator.hh>
#include <dune/common/enumset.hh>
#include <dune/common/unused.hh>
#include <set>
#include <limits>
#include <algorithm>

Go to the source code of this file.

Classes

struct  Dune::Amg::OverlapVertex< T >
 
class  Dune::Amg::SparsityBuilder< M >
 Functor for building the sparsity pattern of the matrix using examineConnectivity. More...
 
class  Dune::Amg::BaseGalerkinProduct
 
class  Dune::Amg::GalerkinProduct< T >
 
class  Dune::Amg::GalerkinProduct< SequentialInformation >
 
struct  Dune::Amg::BaseConnectivityConstructor
 
class  Dune::Amg::BaseConnectivityConstructor::ConnectedBuilder< G, S, V >
 Visitor for identifying connected aggregates during a breadthFirstSearch. More...
 
struct  Dune::Amg::ConnectivityConstructor< G, T >
 
struct  Dune::Amg::ConnectivityConstructor< G, SequentialInformation >
 
struct  Dune::Amg::DirichletBoundarySetter< T >
 
struct  Dune::Amg::DirichletBoundarySetter< SequentialInformation >
 

Namespaces

 Dune
 
 Dune::Amg
 

Detailed Description

Provides a class for building the galerkin product based on a aggregation scheme.

Author
Markus Blatt