Dune::Amg::Dependency< M, N > Class Template Reference
[Parallel Algebraic Multigrid]

#include <aggregates.hh>

Inheritance diagram for Dune::Amg::Dependency< M, N >:

Dune::Amg::DependencyParameters List of all members.

Detailed Description

template<class M, class N>
class Dune::Amg::Dependency< M, N >

Dependency policy for symmetric matrices.


Public Types

typedef M Matrix
 The matrix type we build the dependency of.
typedef N Norm
 The norm to use for examining the matrix entries.
typedef Matrix::row_type Row
 Constant Row iterator of the matrix.
typedef Matrix::ConstColIterator ColIter
 Constant column iterator of the matrix.

Public Member Functions

void setBeta (double b)
 Set threshold for marking nodes as isolated. The default value is 1.0E-5.
double beta () const
 Get the threshold for marking nodes as isolated. The default value is 1.0E-5.
void setAlpha (double a)
 Set the scaling value for marking connections as strong. Default value is 1/3.
double alpha () const
 Get the scaling value for marking connections as strong. Default value is 1/3.

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

Generated on 12 Dec 2007 with Doxygen (ver 1.5.1)