dune-istl
2.2.0
|
#include <dune/istl/overlappingschwarz.hh>
Public Types | |
typedef M | matrix_type |
typedef M::field_type | field_type |
typedef Y::block_type | block_type |
typedef matrix_type::size_type | size_type |
Public Member Functions | |
OverlappingAssignerILUBase (std::size_t maxlength, const M &mat, const Y &b, X &x) | |
Constructor. | |
void | deallocate () |
Deallocates memory of the local vector. | |
void | resetIndexForNextDomain () |
Resets the local index to zero. | |
X & | lhs () |
Get the local left hand side. | |
Y & | rhs () |
Get the local right hand side. | |
void | relaxResult (field_type relax) |
relax the result. | |
void | operator() (const size_type &domain) |
calculate one entry of the local defect. | |
void | assignResult (block_type &res) |
Assigns the block to the current local index. At the same time the local defect is calculated for the index and stored in the rhs. Afterwards the is incremented for the next block. |
typedef Y::block_type Dune::OverlappingAssignerILUBase< M, X, Y >::block_type |
typedef M::field_type Dune::OverlappingAssignerILUBase< M, X, Y >::field_type |
typedef M Dune::OverlappingAssignerILUBase< M, X, Y >::matrix_type |
typedef matrix_type::size_type Dune::OverlappingAssignerILUBase< M, X, Y >::size_type |