#include <dune/istl/ilusubdomainsolver.hh>
|
typedef std::remove_const< M >::type | matrix_type |
| The matrix type the preconditioner is for.
|
|
typedef std::remove_const< M >::type | rilu_type |
|
typedef X | domain_type |
| The domain type of the preconditioner.
|
|
typedef Y | range_type |
| The range type of the preconditioner.
|
|
|
void | apply (X &v, const Y &d) |
| Apply the subdomain solver.
|
|
template<class S > |
void | setSubMatrix (const M &A, S &rowset) |
| Set the data of the local problem.
|
|
|
template<class S > |
std::size_t | copyToLocalMatrix (const M &A, S &rowset) |
| Copy the local part of the global matrix to ILU.
|
|
|
matrix_type | ILU |
| The ILU0 decomposition of the matrix, or the local matrix.
|
|
◆ 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.
◆ rilu_type
template<class M , class X , class Y >
◆ apply()
template<class M , class X , class Y >
Apply the subdomain solver.
Apply the subdomain solver.
On entry v=? and d=b-A(x) (although this might not be computed in that way. On exit v contains the update
Implements Dune::ILUSubdomainSolver< M, X, 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: