|
dune-istl 2.10
|
Exact subdomain solver using ILU(p) with appropriate p. More...
#include <dune/istl/ilusubdomainsolver.hh>

Public Types | |
| 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. | |
Public Member Functions | |
| 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. | |
Protected Member Functions | |
| template<class S> | |
| std::size_t | copyToLocalMatrix (const M &A, S &rowset) |
| Copy the local part of the global matrix to ILU. | |
Protected Attributes | |
| matrix_type | ILU |
| The ILU0 decomposition of the matrix, or the local matrix. | |
Exact subdomain solver using ILU(p) with appropriate p.
| M | The type of the matrix. |
| X | The type of the vector for the domain. |
| X | The type of the vector for the range. |
| typedef X Dune::ILU0SubdomainSolver< M, X, Y >::domain_type |
The domain type of the preconditioner.
| typedef std::remove_const<M>::type Dune::ILU0SubdomainSolver< M, X, Y >::matrix_type |
The matrix type the preconditioner is for.
| typedef Y Dune::ILU0SubdomainSolver< M, X, Y >::range_type |
The range type of the preconditioner.
| typedef std::remove_const<M>::type Dune::ILU0SubdomainSolver< M, X, Y >::rilu_type |
|
inlinevirtual |
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 >.
|
protectedinherited |
The ILU0 decomposition of the matrix, or the local matrix.