#include <dune/istl/ilusubdomainsolver.hh>
|
void | apply (X &v, const Y &d) |
| Apply the subdomain solver. More...
|
|
template<class S > |
void | setSubMatrix (const M &A, S &rowset) |
| Set the data of the local problem. More...
|
|
|
template<class S > |
std::size_t | copyToLocalMatrix (const M &A, S &rowset) |
| Copy the local part of the global matrix to ILU. More...
|
|
template<class M , class X , class Y >
The domain type of the preconditioner.
template<class M , class X , class Y >
The matrix type the preconditioner is for.
template<class M , class X , class Y >
The range type of the preconditioner.
template<class M , class X , class Y >
template<class M , class X , class Y >
template<class M , class X , class Y >
The ILU0 decomposition of the matrix, or the local matrix.
Referenced by Dune::ILU0SubdomainSolver< M, X, Y >::apply(), Dune::ILUSubdomainSolver< M, X, Y >::copyToLocalMatrix(), Dune::ILU0SubdomainSolver< M, X, Y >::setSubMatrix(), and Dune::ILUNSubdomainSolver< M, X, Y >::setSubMatrix().
The documentation for this class was generated from the following file: