base class encapsulating common algorithms of ILU0SubdomainSolver and ILUNSubdomainSolver.
More...
#include <dune/istl/ilusubdomainsolver.hh>
template<class M, class X, class Y>
class Dune::ILUSubdomainSolver< M, X, Y >
base class encapsulating common algorithms of ILU0SubdomainSolver and ILUNSubdomainSolver.
- Template Parameters
-
M | The type of the matrix. |
X | The type of the vector for the domain. |
X | The type of the vector for the range. |
◆ domain_type
template<class M , class X , class Y >
The domain type of the preconditioner.
◆ matrix_type
template<class M , class X , class Y >
The matrix type the preconditioner is for.
◆ range_type
template<class M , class X , class Y >
The range type of the preconditioner.
◆ ~ILUSubdomainSolver()
template<class M , class X , class Y >
◆ apply()
template<class M , class X , class Y >
◆ ILU
template<class M , class X , class Y >
The ILU0 decomposition of the matrix, or the local matrix.
The documentation for this class was generated from the following file: