dune-istl 3.0-git
|
#include <dune/istl/overlappingschwarz.hh>
Public Types | |
typedef std::remove_const< M >::type | matrix_type |
The matrix type the preconditioner is for. | |
typedef K | field_type |
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 (DynamicVector< field_type > &v, DynamicVector< field_type > &d) |
Apply the subdomain solver. | |
template<class S > | |
void | setSubMatrix (const M &BCRS, S &rowset) |
Set the data of the local problem. | |
typedef X Dune::DynamicMatrixSubdomainSolver< BCRSMatrix< FieldMatrix< K, n, n >, Al >, X, Y >::domain_type |
The domain type of the preconditioner.
typedef K Dune::DynamicMatrixSubdomainSolver< BCRSMatrix< FieldMatrix< K, n, n >, Al >, X, Y >::field_type |
typedef std::remove_const<M>::type Dune::DynamicMatrixSubdomainSolver< BCRSMatrix< FieldMatrix< K, n, n >, Al >, X, Y >::matrix_type |
The matrix type the preconditioner is for.
typedef Y Dune::DynamicMatrixSubdomainSolver< BCRSMatrix< FieldMatrix< K, n, n >, Al >, X, Y >::range_type |
The range type of the preconditioner.
typedef std::remove_const<M>::type Dune::DynamicMatrixSubdomainSolver< BCRSMatrix< FieldMatrix< K, n, n >, Al >, X, Y >::rilu_type |
|
inline |
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
|
inline |
Set the data of the local problem.
BCRS | The global matrix. |
rowset | The global indices of the local problem. |
S | The type of the set with the indices. |